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
How can we refresh automatically when new data is entered into the database?
Who is responsible to create the object of servlet?
How do we translate jsp?
What are the two important api's in for servlets?
What is the life-cycle of servlets?
What’s the use of the servlet wrapper classes??
Define the lifecycle for executing a jsp page.
How can we create deadlock situation in servlet?
What are all the protocols supported by httpservlet?
What is the difference between portlet and servlet?
What are the types of servlet?
Write a program to show the functionality of doget and dopost method?
Explain the servlet context.
How many objects of a servlet is created?
How do you configure a centralized error handler in servlets?