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]

Reply via email to