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 purpose of @result?
How we can configured action mapping in struts?
What is a custom tag?
How properties of a form are validated in Struts?
What is apache struts used for?
Explain about struts dispatch action?
What are the 5 constants of action interface?
Which configuration file is used for storing jsp configuration information in struts?
What is filter dispatcher in struts?
What is struts? Explain
What is the purpose of @after?
Explain the core end goal while using java struts?
Which components are available using actioncontext map?
What is token used for?
How you will make available any message resources definitions file to the struts framework environment?