On 5/31/06, pantichd <[EMAIL PROTECTED]> wrote:

I'm trying to figure out how to decide which "flavor" of DispatchAction
(DispatchAction, LookupDispatchAction, MappingDispatchAction, etc) to use in
which scenario.

I'm now using 'EventDispatchAction' for anything new I write.  It uses
the presence of a request parameter to decide which method to call,
based on a list of parameter-to-method mappings in struts-config.xml.

If you don't want to extend EventDispatchAction, you can use the
EventActionDispatcher that David mentioned to add the same dispatching
functionality in any Action class.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to