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
What is the use of resourcebundle.properties file in Struts Validation framework?
What is action class? What are the types of action class?
What steps are required to for an application migration from Struts1 to Struts2?
What are construction struts?
Name some of the features of struts2?
What is the difference between shocks and struts?
Which tag is used to declare constants in struts xml?
How to build struts application in eclipse?
Which technologies can be used at view layer in struts?
What is the use of struts config xml file?
What do you mean by inner class and anonymous class?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
Is struts 1 still supported?
What is the use of token interceptor in Struts2?
What are the Core classes of Struts Framework?