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

Which configuration file is used for storing jsp configuration information in struts?

545


What is meant by custom tags?

575


How can we write our own interceptor and map it for action?

573


Explain the difference between plain-validator and field-validator in struts?

526


Describe validate() and reset() methods.

608






What is the difference between plain-validator and field-validator?

524


State the procedure for using forward attribute of link tag’s.

544


what is ACID test for fresh engineers??what is the pattern??

2369


How can duplicate form submission be handled in struts 2?

541


What do struts do?

521


What is xml based validation in struts2?

562


What is interceptor? And life cycle methods of interceptor?

573


Are actions thread safe?

540


What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?

570


What are the some useful annotations introduced in struts2?

550