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
What is the apache struts vulnerability?
In how many ways duplicate form submission can occurs?
What is struts validator framework?
How is token generated?
How to upload struts file?
How can we display all validation errors to user on jsp page?
What is action chaining ?
What is struts in j2ee?
What is s token?
What is the purpose of @result?
Can you explain struts.properties in struts2?
What is the different actions available in struts?
What is the purpose of action tag in struts.xml?
How to display validation errors on jsp page?
What are the steps used to setup dispatch action?