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 do you mean by a filter and how does it work?
What is cgi and what are its drawbacks?
Can you use javascript in servlets?
What is a server side include (ssi)
How can we include static files in the jsp page?
Explain the differences between jsp and servlet.
What is a web application and what is it’s directory structure?
What is java servlet?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
What is the use of httpservletresponsewrapper?
Explain url encoding in servlet?
List out difference between a JavaBean from a Servlet?
How to rectify errors in java servlet while compilation?
Describe some assignments that are executed by servlet container?
What is servletconfig?