Re: [OS-webwork] Dynamic redirect

2003-11-17 Thread Sebastiano Pilla
At 13.38 17/11/2003, Taavi Tiirik wrote: I have this need to dynamicly redirect to a form that only accepts parameters via POST method. It feels that Redirect.action does not help here? So how could I do this redirect in my execute method and how can I specity POST parameters? Using ww2. Have a

[OS-webwork] Dynamic redirect

2003-11-06 Thread Giovanni Formenti
Hallo! We need to redirect an action dynamically to a view different from that specificated by SUCCESS (in the views.properties). Depending on some condition, the doExecute() method must redirect the user to a specific view (for example a.jsp if we have condition A or b.jsb if we have condition B

Re: [OS-webwork] Dynamic redirect

2003-11-06 Thread Hani Suleiman
With both ww1 and 2, you can use variables in your actions.xml file Eg: redirect.action?url=${myurl} then in your action have a getMyurl() method. On Nov 6, 2003, at 8:35 AM, Giovanni Formenti wrote: Hallo! We need to redirect an action dynamically to a view different from that specificated by

Re: [OS-webwork] Dynamic redirect

2003-11-06 Thread Dick Zetterberg
- From: Hani Suleiman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 06, 2003 2:44 PM Subject: Re: [OS-webwork] Dynamic redirect With both ww1 and 2, you can use variables in your actions.xml file Eg: redirect.action?url=${myurl} then in your action have a getMyurl