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's the difference between authentication and authorization?
Difference between doget and dopost?
What is done after deploying a war file and before client gives a request
What is the difference between the http servlet and generic servlet?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Who is responsible to create the object of servlet?
Why doesn’t a servlet include main()? How does it work?
In howmany ways applet-servlet communication can be done?
What is servlet in tomcat?
what do you understand by url rewriting?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Explain the difference between jsp and servlet?