posted 15 years ago
What is the difference between DispatchAction and LookupDispatchAction.
DispatchAction is used when we want to group a set of methods to a single action.
For example ; add() ,update() and delete() in UserAction class which extends DispatchAction class.
What is the purpose of LookupDispatchAction.