What is LookupDispatch Action ?

LookupDispatchAction is like DispatchAction but LookupDispatchAction uses the value of the request parameter to perform a reverse lookup (using protected Map getKeyMethodMap() ) from the resource bundle using the parameter value and match it to a method in the class.

Showing Answers 1 - 1 of 1 Answers

srikanth

  • Dec 13th, 2006
 

LookupDispatchAction is subclass of DispatchAction which actually lookup the action class method name using the request parameter value in the reverse process by looking the value in the resource bundle.

i.e

using map method :

save.checkorder=button.checkorder

in html:

<form action=post method="/checkorder">

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions