How to generically forward to page you came from?

2001-08-30 Thread Alex Colic
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? Alex

Re: How to generically forward to page you came from?

2001-08-30 Thread Marcelo Stefanelli Santos
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

RE: How to generically forward to page you came from?

2001-08-30 Thread David Noll
. David -Original Message- From: Alex Colic [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 4:04 PM To: Struts 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