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
Explain struts?
How duplicate form submission can be controlled in struts?
What is the purpose of @conversion annotation annotation?
In struts, how can we access java beans and their properties?
Why we use struts in java?
What is interceptor in Struts2?
What is struts?
How do you create message resource?
What’s the difference between struts and turbine?
Is struts mvc framework?
What is apache struts used for?
What is the purpose of @emailvalidator annotation?
What do you mean by the abstract package in struts2, and what is its utilization?
what is ACID test for fresh engineers??what is the pattern??
What is the purpose of '@keyproperty'?