diffrence between dispatch action and lookupdispatch action
write simple web appliction (insert records in database)
Answer Posted / chandu
The main constraint in the DispatchAction is the method name
in the action class and the button name in the jsp page
should be the same. But here in LookupDispatchAction, we can
have different names for the buttons and the methods.
Here i would like to add few points to Mastan answer.
LookupDispatchAction is only takes place when u want
Internationalization (i18n) in ur application.
Otherwise DispatchAction is enough
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is java struts?
What do you mean by actionform?
Why it called struts?
When it’s useful to use IncludeAction?
What are action classes in struts?
What are the components of struts?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
Difference between struts and spring?
What do you mean by struts.dev mode?
What is the need of struts?
What is the use of jsonvalidation in struts?
How to use dispatchaction?
What is jakarta struts framework?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What is struts and why it is used?