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


Please Help Members By Posting Answers For Below Questions

What is difference between interceptors and filters?

541


How long do struts last?

535


What helpers in the form of jsp pages are provided in struts framework?

529


What's mvc pattern ?

590


What is the use of struts?

522






What is the purpose of @before?

559


Describe the two types of formbeans.

583


What is includeaction?

583


What is the purpose of redirect result type?

576


What are the core classes of struts?

574


What is the difference between struts and spring? Explain

487


What is the purpose of @typeconversion annotation annotation?

566


What is pojo in struts2?

566


Does struts include its own unit tests?

531


How to combine the struts with velocity template?

494