Apache Struts Question:
Download Questions PDF

What is the use of LookupDispatchAction?

Answer:

LookupDispatchAction is useful if the method name in the Action is not driven by its name in the front end, but by the Locale independent key into the resource bundle. Since the key is always the same, the LookupDispatchAction shields your application from the side effects of I18N.

Download Struts Interview Questions And Answers PDF

Previous QuestionNext Question
What is LookupDispatchAction?What is difference between LookupDispatchAction and DispatchAction?