what is diffrence between Dynaactionform,actionform and
Dynavalidateform
Answer Posted / jane priscilla
All three are javaBean Class that can maintain the session
state for web application and the ActionForm object is
automatically populated on the server side with data
entered from a form on the client side. but an
--->ActionForm(DynaValidateForm) can have getters(),Setters
(),reset() and the validator() methods.
--->DynaActionForm should be given in Struts-cofig.xml as
follows
<form-beans>
<form-bean name="employeeForm"
type="org.apache.struts.validator.DynaValidatorForm"
<form-property name="dispatch" type="java.lang.String"/>
</form-bean>
</form-beans>
| Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
how to develop the submit and search operations in single jsp using struts?
What is the use of lookupdispatchaction?
What are struts in java?
What is the actionform?
What is use of i18n interceptor?
What is the purpose of @conversion?
What is the use of jsonvalidation in struts?
What is the purpose of @doublerangefieldvalidator?
What applications use apache struts?
What is the use of namespace in action mapping in Struts2?
What is the purpose of @after annotation?
What are the bundled validators?
How do struts work?
Can you explain custom tag?
What is struts in java with example?