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
What is value stack?
What are the benefits of the struts system?
How duplicate form submission can be controlled in struts?
How do u provide security to ur project?(Banking domain project)
What is difference between interceptors and filters?
When do I need “struts.jar” on my classpath?
What is java struts?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
How many servlet controllers are used in a Struts Application?
Where can I get help with struts?
What is the purpose of action-mappings tag in struct-config.xml?
Why was reload removed from struts (since 1.1)?
What does apache struts do?
What is structs 2 validation framework?
In how many ways duplicate form submission can occurs?