what is the difference b/w DispatchAction and
LookUpDispatchAction?
Answer / 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 |
What are some disadvantages of storing session state in cookies?
What is the use of httpservletresponsewrapper?
What is the use of servletconfig interface?
What are the life cycle methods of the servlet?
Is it possible to send a mail from a servlet? Explain?
how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..
What is generic servlet class?
Can we define constructor in Servlet class?
Why is a constructor needed in a servlet even if we use the init method?
How to commuincate between an applet and a servlet?
Write a servlet to upload file on server.
What are the methods in HttpSession and their use?