RE: invoking method of DispatchAction from within another DispatchAction

2006-03-10 Thread Krishna, Mattam \(M.\)
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 12:16 AM To: Struts Users Mailing List Subject: invoking method of DispatchAction from within another DispatchAction How do I invoke another DispatchAction from one DipatchAction ? For e.g If I want to call

Re: invoking method of DispatchAction from within another DispatchAction

2006-03-09 Thread Michael Jouravlev
Instantiate the target action class and call a method on it. Action classes are supposed to be stateless, so it should be irrelevant for you what instance to use. On 3/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > How do I invoke another DispatchAction from one DipatchAction ? > > For e.g >

invoking method of DispatchAction from within another DispatchAction

2006-03-09 Thread digant . k . joshi
How do I invoke another DispatchAction from one DipatchAction ? For e.g If I want to call diceSetUp.do?dispatch=diceWebSetUp from public class SectorAction extends DispatchAction { public ActionForward getSectorsFromQ(ActionMapping m