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 are different ways to create Action classes in Struts2?
What are inner class and anonymous class?
What is controller in struts ?
Why do we use struts?
When should we use SwtichAction?
What is struts 2 framework in java?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What is role of action class?
What is the purpose of struts.properties in struct2?
What is jakarta struts framework?
What is the actionform?
What is declarative exception handling in struts?
What is the difference between struts and spring?
What is form bean in struts?
What is action servlet in struts?