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 are action errors and error?
Can a reducer dispatch an action?
What is dispatchaction?
How to use forward action to restrict a strut application to mvc?
How an actionform bean is created?
What are the aware interfaces in struts2?
how to develop the submit and search operations in single jsp using struts?
How do you create message resource?
Which class of struts is responsible to converts data types from string and vice versa?
What is the use of form bean in struts?
What is request processor and how does it relates to action mapping?
How does interceptor work in struts2?
What is action servlet in struts?
What are the pros of struts 2?
What is the purpose of @doublerangefieldvalidator?