Answer Posted / srikanth addani
The main advantage of using DynaActionForm we need to take setters and getters.just we have to override execute() which returns ActionErrors.In this execute() we can perform validations.setters and getters should be configured in struts-config file by using a tag called
<form-beans name="">
<form-bean name="" property=""/>
</form-beans>
Thanks&Regards
Srikanth addani
85890555214.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain integrate log4j in struts2 application?
What types of validations are available in xml based validation in struts2?
What are the important methods of actionform?
What is the naming convention for a resource bundle file in struts2?
What is struts actionmapping?
What is the actionform?
What is the difference between session scope and request scope when saving formbean ?
How do you find the struts version being used in a project?
How can duplicate form submission be handled in struts 2?
What is the purpose of execute() method?
What is switchaction?
State the procedure for using forward attribute of link tag’s.
What is the purpose of @results annotation?
How to upload struts file?
What are pull and push mvc architecture and which architecture does struts2 follow?