what is the difference b/w DispatchAction and
LookUpDispatchAction?
Answer Posted / k.koteswararao chowdary
Hi this is Koteswararao
DispatchAction is nothing but combination of different
Actions into one Action but in this case in form the button
names and the method names must be same.
In case of LookupDispatchAction there is no rule to same
the button names and method names and in
LookupDispatchAction there is a method available in Action
class that is getMethodMap() it will returns Map object and
also it is having the Properties class which is useful to
access the data from External file
And In I18N we use LookupDispatchAction
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the various ways of session supervision in servlets?
What is http servlet in java?
Why is httpservlet declared abstract?
How do I support both get and post from the same servlet?
What is servlet and list its types?
Which application server is best for java?
What is servlet and its advantages?
What is Servlets and explain the advantages of Servlet life cycle?
What is the GenericServlet class?
Which are the different ways you can communicate between servlets?
What is the difference between the servlets and cgi programs?
Can we use the constructor, instead of init(), to initialize servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is the use of httpservletrequestwrapper?
What are different ways for servlet authentication?