diffrence between dispatch action and lookupdispatch action
write simple web appliction (insert records in database)
Answer Posted / raj
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 ? | 19 Yes | 1 No |
Post New Answer View All Answers
What do struts do?
What are the various struts tag libraries?
What is the purpose of @intrangefieldvalidator annotation?
What are action errors and error and what are the consequences they impose?
What are action errors and error?
Are struts still used?
What is the purpose of action-mappings tag in struct-config.xml?
What is the significance of logic tags in Struts?
How is declarative handling of exceptions done in struts ?
How can we display validation errors on jsp page?
What is interceptor? And life cycle methods of interceptor?
How can we work with error tags?
State an example of struts configuration file as an action parameter for action servlet.
What is the role of a handler in mvc based applications?
Why are struts tightly coupled?