Re: request between actions

2004-12-01 Thread brenmcguire
in second action, but it isn't true. I don's see any parameters... > >What is the error?? > >Best regards > > > >-Mensaje original- >De: Ram Venkataswamy [mailto:[EMAIL PROTECTED] >Enviado el: martes, 30 de noviembre de 2004 21:33 >Para: Struts Use

Re: request between actions

2004-12-01 Thread Bill Keese
>I have an action that forwards to another action, and i'm loosing request parameters. If you need to pass parameters to the 2nd action (either the same parameters or different ones), AND you need to forward using redirect="true" (because you want the URL displayed in the browser URL bar to be

RE: request between actions

2004-12-01 Thread Morales de Frías, David
y parameters... What is the error?? Best regards -Mensaje original- De: Ram Venkataswamy [mailto:[EMAIL PROTECTED] Enviado el: martes, 30 de noviembre de 2004 21:33 Para: Struts Users Mailing List Asunto: RE: request between actions Set to "true" if a redirect instruction should

RE: request between actions

2004-11-30 Thread Ram Venkataswamy
Set to "true" if a redirect instruction should be issued to the user-agent so that a new request is issued for this forward's resource. If true, RequestDispatcher.Redirect is called. If "false", RequestDispatcher.forward is called instead. [false]. The culprit is redirect=true - check the d

Re: request between actions

2004-11-30 Thread Lee Harrington
redirect="false" :) Lee On Tue, 30 Nov 2004 21:17:08 +0100, moralesdefrías wrote: > Hi all¡¡ > > I need your help, please. > > I have an action that forwards to another action, and i'm loosing request > parameters. > > I have in struts-config this lines: > > > > but it doesn't work. >