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 structs 2 validation framework?
What applications use apache struts?
Describe the two types of formbeans.
What is the purpose of @customvalidator annotation?
What do you mean by ognl?
What is the difference between requestaware and servletrequestaware interface?
What are the cons of struts 2?
What is jakarta struts framework?
How can link tag’s action attribute be used?
What is the naming convention for a resource bundle file in struts2?
What is difference between struts1 and struts2?
What are the core classes of struts?
Are struts thread safe?
What is interceptor struts2?
Which class is the Front Controller in Struts2?