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 @expressionvalidator annotation?
How does struts2 token work?
What is the apache struts vulnerability?
What are the classes used in struts?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is apache struts cve 2017 5638?
What should be the name of xml file used for validation in struts?
What are the steps required for setting up validator framework in struts?
How many servlet controllers are used in a Struts Application?
how does request processor relates to action mapping?
What is the purpose of struts.properties in struct2?
In which order struts framework searches for a message bundle?
What are the components of struts framework?
Why use spring, if you are already using struts?
What are the core classes of struts framework? Explain