Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is diffrence between Dynaactionform,actionform and
Dynavalidateform

Answer Posted / jane priscilla

All three are javaBean Class that can maintain the session
state for web application and the ActionForm object is
automatically populated on the server side with data
entered from a form on the client side. but an
--->ActionForm(DynaValidateForm) can have getters(),Setters
(),reset() and the validator() methods.

--->DynaActionForm should be given in Struts-cofig.xml as
follows
<form-beans>
<form-bean name="employeeForm"
type="org.apache.struts.validator.DynaValidatorForm"
<form-property name="dispatch" type="java.lang.String"/>
</form-bean>
</form-beans>

Is This Answer Correct ?    21 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to develop the submit and search operations in single jsp using struts?

3057


What is the use of lookupdispatchaction?

1060


What are struts in java?

981


What is the actionform?

1087


What is use of i18n interceptor?

1044


What is the purpose of @conversion?

1210


What is the use of jsonvalidation in struts?

1048


What is the purpose of @doublerangefieldvalidator?

1115


What applications use apache struts?

986


What is the use of namespace in action mapping in Struts2?

1103


What is the purpose of @after annotation?

1092


What are the bundled validators?

1052


How do struts work?

983


Can you explain custom tag?

1022


What is struts in java with example?

1005