OBS.: I DON'T THINK THIS IS THE BEST WAY BUT...

You can use the method:
org.apache.struts.action.ActionMapping.addForward(ActionForward forward)
that use as parameter an ActionForward constructed with:
ActionForward(java.lang.String path)
where path is of course your "base name"
Any coments are welcome.

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 30, 2001 05:03 PM
Subject: How to generically forward to page you came from?


> Hi,
>
> I am creating a generic action class that after it is finished it needs to
> forward to the page that called it. I have tried "mapping.getInput()" but
> obviously since I haven't specified a input page in the struts.xml for the
> action class I can't use that. Any thoughts?


Reply via email to