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 a servlet context object?
How two servlets communicate with each other?
What is the process for chaining servlet?
How to read request headers from servlets?
What is the dispatcher servlet?
What is the need of servlet filters?
describe all about advanced java with presentation
What is the use of Servlets?
What is the use of welcome-file-list?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
what is meant by Transaction Isolation Levels?
How can a servlet be used to generate plain text instead of html?