mastan reddy


{ City } mumbai
< Country > india
* Profession * s.e
User No # 27298
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 47
Users Marked my Answers as Wrong # 7
Questions / { mastan reddy }
Questions Answers Category Views Company eMail




Answers / { mastan reddy }

Question { Symphony, 25219 }

diffrence between dispatch action and lookupdispatch action

write simple web appliction (insert records in database)


Answer

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