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 the purpose of @before?
What should be the name of xml file used for validation in struts?
What is the difference between struts and spring? Explain
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What is the purpose of action tag in struts.xml?
How can we display validation errors on jsp page?
How is token generated?
How action mapping is configured in Struts?
What is the procedure of operation of a form tag?
What are the components of struts framework?
What is life cycle of an interceptor?
How many struts config file in a struts application?
What are interceptors in struts 2?
Is struts action class singleton?
What are the two types of validations supported by validator framework?