Apache Struts Question:
What is LookupDispatchAction?

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 Question | Next Question |
What is the difference between ForwardAction and IncludeAction? | What is the use of LookupDispatchAction? |