RE: Forward to the same page

2003-08-14 Thread Norr, Peter
11, 2003 6:33 PM To: struts-user Subject: Re: Forward to the same page On 11/08/2003 13:25 Dirk Behrendt wrote: Hello! I am still searching for a possibility to forward to the same page. I want, that the user can switch the language at runtime. After choosing the LanguageAction Class

Re: Forward to the same page

2003-08-14 Thread Mark Lowe
You can use a global forward and always go back to that.. return mapping.findForward(myglobal.forward); Cheers Mark On Monday, August 11, 2003, at 01:25 PM, Dirk Behrendt wrote: Hello! I am still searching for a possibility to forward to the same page. I want, that the user can switch the

RE: Forward to the same page

2003-08-14 Thread Andrew Hill
Well if several page can submit to the same action , only way you are going to know which one the submission came from in the action (and thus know where to forward back to) is if that information is itself also submitted (or some other parameter that can identify the page you came from and so

RE: Forward to the same page

2003-08-11 Thread Bailey, Shane C.
to a non-mapped page with a method already in the Action. -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 9:06 AM To: Struts Users Mailing List Subject: RE: Forward to the same page Well if several page can submit to the same action , only

Re: Forward to the same page

2003-08-11 Thread Paul Thomas
On 11/08/2003 13:25 Dirk Behrendt wrote: Hello! I am still searching for a possibility to forward to the same page. I want, that the user can switch the language at runtime. After choosing the LanguageAction Class is called and switches the Locale. But it is necessary to give a forward. Example: