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 is URL Encoding?
How do I support both get and post from the same servlet?
What is the difference between context parameter and context attribute?
difference between forward and sendredirect
What is the difference between Get and Post Method?
we cant Override Jsp Service method?Why?
4 Answers Infrasoft, Mind Tree,
What are the functions of Servlet container?
How do you create a cookie using servlet?
What do you mean by request dispatcher in servlet?
What do you mean by session tracking?
What is session tracking?
What are the ways to handle multi-threading in servlets?