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
Does apache struts run on windows?
What is apache struts framework?
Give the details of xml files used in validator framework?
Do we need to pay the struts if being used in commercial purpose?
What should be the name of xml file used for validation in struts?
How is a lookup dispatch action created?
Explain how to work with error tags?
State an example of struts configuration file as an action parameter for action servlet.
Explain about struts?
Why is it called struts?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is action class?
How can we integrate log4j in Struts2 application?
What does params interceptor?
What is struts.devmode?