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
Explain about the validation steps which have to be carried during validation of client-side address?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What is the purpose of struct-config.xml in struct2?
What is interceptor in Struts2?
Why do we use struts?
What are the benefits of Struts framework?
What are the two types of validations supported by validator framework?
Can you explain aware interfaces in struts2?
What are action errors?
Why are springs better than struts?
What are construction struts?
What is the difference between validation.xml and validator-rules.xml files in struts?
What are the features of struts?
How can we upload files in Struts2 application?
What are action classes in struts?