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

How we can install struts?

540


What are the features of struts 2?

520


in struts how to use hibernate with struts>

1806


Is struts efficient?

467


What are the ways in which duplicate form submission can occur?

481






Give an alternative way to protect jsp’s with not much features from direct access.

540


What configuration changes are required to use Tiles in Struts?

545


Why is action servlet a singleton in struts?

575


What is a custom tag?

526


What is the purpose of execute() method?

549


What is the apache struts vulnerability?

495


what is meant by Struts Validator Framework?

545


What is the role of action class?

549


What is value stack?

600


What is the difference between struts1 and struts2?

498