ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is the difference between ActionForm and DynaActionForm ?

ActionForm will populate the properties depending on the respective JSP fields.In this we can specify the validate() method (if required) for validations or else you can use ActionErrors for validating.

 

DynaActionForm has to be defined in Struts-config.xml and it may have many property fields. We can use this form for many no.of JSPs. Single dynaActionForm can serve for many number of JSPs.

Related Posts Plugin for WordPress, Blogger...
Flag Counter