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 the difference between a generic servlet and http servlet?
What are the difference between HttpServlet and GenericServlets?
How an Image can be loaded in a Servlet ?
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
How printwriter is different from servletoutputstream?
how JSP can extend servlet or interface ...?
What are the drawbacks of cgi?
What do you mean by cgi?
My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??
what are the CGI Programs?
Why jsp is better than servlet?
What do you mean by a filter and how does it work?