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 are the pros of struts 2?
What is dispatchaction?
What are the features of struts 2?
What is the difference between validation.xml and validator-rules.xml files in struts?
What is the purpose of @requiredstringvalidator annotation?
Explain the components of struts?
Which components are available using actioncontext map?
How to build struts application in eclipse?
What validate() and reset() method does ?
Are actions thread safe?
Is struts efficient?
What are the struts2 configuration properties that control file uploading process?
Describe the mvc on struts?
What are action classes in struts?
What are the 5 constants of action interface?