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
How is token generated?
What is the use of namespace in action mapping in Struts2?
How tag libraries are defined in Struts?
What configurations are stored in struts configuration file ?
Can you explain struts validator framework?
How does struts work?
What is front controller in struts?
What is the purpose of global-forwards tag in struct-config.xml?
How to work with error tags?
In which method of action class the business logic is executed?
Name the different types of actions found in struts.
What is struts?
What are the components of struts?
Name some of the features of struts2?
What is the difference between forwardaction and includeaction?