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 is SingleThreadModel interface?
What is servlet configuration?
What do you mean by servlet context?
What is servlet in tomcat?
How is the get () method different from the post() method?
When Servlet is unloaded?
What is the dispatcher servlet?
What is difference between GenericServlet and HttpServlet?
Can we use the constructor, instead of init(), to initialize servlet?
Write a hello world program using servlets.
What is a server side include (ssi)
What do you mean by a filter and how does it work?
Which httpsession object is used to view and manipulate information about a session?
Tell us something about servletconfig interface.
Explain url encoding?