Apache Struts Question:

What is LookupDispatchAction?

Struts Interview Question
Struts Interview Question

Answer:

The LookupDispatchAction is a subclass of DispatchAction. It does a reverse lookup on the resource bundle to get the key and then gets the method whose name is associated with the key into the Resource Bundle.


Previous QuestionNext Question
What is the difference between ForwardAction and IncludeAction?What is the use of LookupDispatchAction?