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...

diffrence between dispatch action and lookupdispatch action

write simple web appliction (insert records in database)

Answer Posted / mastan reddy

LookupDispatchAction class is much like the DispatchAction
class except that, it uses a Java Map and
ApplicationResource.properties file to dispatch methods. At
run time, this class manages to delegate the request to one
of the methods of the derived Action class. Selection of a
method depends on the value of the parameter passed from
the incoming request. LookupDispatchAction uses this
parameter value to reverse-map to a property in the Struts
Resource bundle file (ie..ApplicationResource.properties).
this eliminates the need of creating an instance of
ActionForm class.

Is This Answer Correct ?    47 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name some useful annotations introduced in Struts2?

1013


What validate() and reset() method does ?

1171


How we can controlled duplicate form submission in struts?

981


What is the difference between validation.xml and validator-rules.xml files in struts?

965


What are the steps involved in creating a strut application?

1005


What is the purpose of @element annotation annotation?

1138


What is DynaActionForm?

1087


Name the different types of actions found in struts.

1048


What does i18n interceptor?

1091


Explain about the library tag?

1038


What is the naming convention for a resource bundle file in struts2?

1036


What is struts in java with example?

1001


What is the use of interceptor?

1020


Explain about the validation steps which have to be carried during validation of client-side address?

1032


What is the purpose of @result?

1065