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 the purpose of @result?
Explain about the future of struts?
How action mapping is configured in Struts?
What is the use of struts config xml file?
How we can controlled duplicate form submission in struts?
What is the procedure of operation of a form tag?
Mark the differences between html tags and strut specific html tags.
Is struts compatible with other java technologies?
What are the steps of struts installation?
How action-mapping tag is used for request forwarding in struts configuration file?
What is the use of namespace in action mapping in Struts2?
What is the purpose of interceptors?
How tag libraries are defined in Struts?
What are the cons of struts 2?
What is the purpose of @customvalidator annotation?