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 kind of mvc is struts 2?
What’s the difference between struts and turbine?
What is form bean in struts?
Why actionservlet is singleton in struts?
What is the use of resourcebundle.properties file in Struts Validation framework?
in struts how to use hibernate with struts>
What are the components of struts?
What is struts framework in java?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What do you mean by struts.dev mode?
What is interceptor in Struts2?
How many struts config file in a struts application?
What is ValueStack and OGNL?
Which design pattern the interceptors in struts2 is based on?
What is the default suffix for Struts2 action URI and how can we change it?