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
how to develop the submit and search operations in single jsp using struts?
How to explain Software Bank Loan descriptions
What is the purpose of redirect result type?
What are the core classes of struts?
Describe the two types of formbeans.
What are the sections into which a strut configuration file can be divided?
How you will make available any message resources definitions file to the struts framework environment?
What are the applications of struts?
Which file is used by controller to get mapping information for request routing?
How nested beans can be used in Struts applications?
Do you need an alignment after replacing struts?
What’s the difference between struts and espresso?
Lists the bundled validators in struts?
What are the contents on web.xml in struts application ?
What are the features of struts?