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


Please Help Members By Posting Answers For Below Questions

Explain about the validation steps which have to be carried during validation of client-side address?

735


Why aren’t the struts tags maintained as part of the jakarta taglibs project ?

729


What is the purpose of struct-config.xml in struct2?

739


What is interceptor in Struts2?

737


Why do we use struts?

825


What are the benefits of Struts framework?

724


What are the two types of validations supported by validator framework?

779


Can you explain aware interfaces in struts2?

776


What are action errors?

738


Why are springs better than struts?

792


What are construction struts?

687


What is the difference between validation.xml and validator-rules.xml files in struts?

685


What are the features of struts?

769


How can we upload files in Struts2 application?

795


What are action classes in struts?

704