-
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
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
>
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
3 matches
Mail list logo