See, local forward definition (just as I described) does not work. If I call 
mapping.findForwardConfigs() from inside of my FirstAction.execute()
method, I get only locally defined forwards, e.g. "forward to first
page". I would like to have a way to get to the SecondPage action
mapping from inside of FirstAction.execute() method.
I know that this works if I define forwards inside <global-forwards>
section, but I need to know if it's possible to get to the forwards in
the local <action-mappings> <action>... sections

Thanks!

On 8/15/05, Dave Newton <[EMAIL PROTECTED]> wrote:
> Martin Bunen wrote:
> 
> >Assuming I'm currently inside of com.mypkg.FirstAction.execute() method.
> >How can I obtain ActionConfig from the "forward to second page"
> >forward definition?
> >What I mean is that I know the forward name for the SecondPage action
> >mapping. I need to get to the path "/SecondPage".
> >
> >
> As I read it, you're asking two different questions.
> 
> If you just want to go to /SecondPage you can either create a forward
> (local or global) to /SecondPage.do (or however you're mapping your
> Actions).
> 
> Dave
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to