adspace


what is is the use DynaActionForm?

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


Please Help Members By Posting Answers For Below Questions

What are the contents on web.xml in struts application ?

1072


What is the difference between filters and interceptors ?

1316


What do you know about validation plugin ?

1031


How is declarative handling of exceptions done in struts ?

1010


What is action chaining ?

1168