Re: ActionRedirect with POST parameters

2007-01-05 Thread Mike Baroukh
The only way, il you really want to make it, is to generate a form to the client with an action that post it automatically on load Mike Information Guzzler a écrit : Yep, Is there a workaround? On 1/5/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Information Guzzler ha scritto

Re: ActionRedirect with POST parameters

2007-01-05 Thread Michael Jouravlev
On 1/5/07, Information Guzzler <[EMAIL PROTECTED]> wrote: Hi, Is there a way to use ActionRedirect(Struts 1.2.7 & later) with POST parameters and not GET. No. Currently Struts 1.x is able either to forward (in-server) or to redirect (through browser) a request based on "redirect" flag. Settin

Re: ActionRedirect with POST parameters

2007-01-05 Thread Information Guzzler
Yep, Is there a workaround? On 1/5/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Information Guzzler ha scritto: > Hi, > > Is there a way to use ActionRedirect(Struts 1.2.7 & later) with POST > parameters and not GET. Errr... no, it is an HTTP limitation. Antonio

Re: ActionRedirect with POST parameters

2007-01-05 Thread Antonio Petrelli
Information Guzzler ha scritto: Hi, Is there a way to use ActionRedirect(Struts 1.2.7 & later) with POST parameters and not GET. Errr... no, it is an HTTP limitation. Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For