what is diffrence between Dynaactionform,actionform and
Dynavalidateform
Answer Posted / ram-sd softech
These are form beans which simplfy the process of handling
the forms
Form Beans contains
1. instance variables
2. setters
3. getters
4. reset method
5. validate method
For Action Form the all above 5 properties are manditory
For DynaActionForm above 1,2,3 properties are not needed
(here we provide the information in struts-config.xml)
For DynaValidation Form above 4,5properties are not needed
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
Which class is the Front Controller in Struts2?
Can a reducer dispatch an action?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is the purpose of dispatcher result type?
Explain the complete struts validator framework.
how to develop the submit and search operations in single jsp using struts?
Explain the core end goal while using java struts?
What are the classes used in struts?
What is actioncontext?
Describe the two types of formbeans.
What does the term struts mean?
What is the purpose of @before annotation?
What are the classes used as part of struts framework ?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What types of validations are available in xml based validation in struts2?