Re: Deciding which DispatchAction to use

2006-05-31 Thread David Evans
://www.nabble.com/Deciding+which+DispatchAction+to+use-t1711933.html#a4648278 Sent from the Struts - User forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Deciding which DispatchAction to use

2006-05-31 Thread Wendy Smoak
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

Re: Deciding which DispatchAction to use

2006-05-31 Thread Lixin Chu
how to handle action chaning in EventDispatchAction, for example, if my mapping is something like this: forward name = nextaction path = /nextAction.do?action=true/ When we use: return mapping.findForward(nextaction); the current parameters, including the event for the current action will be