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
What is the purpose of @before?
What is the purpose of @keyproperty annotation annotation?
How do I install struts?
What is action support class in struts2?
How struts 2 validation works?
What validate() and reset() method does ?
How many instances of servlet usually run in a struts application ?
Are interceptors thread safe?
How we can controlled duplicate form submission in struts?
What is apache struts vulnerability?
What are different Struts2 tags? How can we use them?
Why are frameworks used?
How client side validation is enabled on a jsp form?
Who makes the struts?
What is the different actions available in struts?