adspace


what is is the use DynaActionForm?

Answer Posted / nishant

By Using Dyna action forms, we dont need to specify the
setter getter methods in the form bean. The attribute for
the form are specified in the xml file in the form bean tag
itself. In the action class, the form is typecast into the
dynaactionform and the properties can be used in the old
way. This eliminates the addition work to modify the setter
and getter for the attributes when the form properties are
being changed.

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the contents on web.xml in struts application ?

1072


What is action chaining ?

1168


How is declarative handling of exceptions done in struts ?

1010


What do you know about validation plugin ?

1030


What is the difference between filters and interceptors ?

1316