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
redirect=true - check the definition above -Original Message- From: Morales de Frías, David [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 12:17 PM To: [EMAIL PROTECTED] Subject: request between actions Hi all¡¡ I need your help, please. I have an action

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. >

request between actions

2004-11-30 Thread Morales de Frías, David
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. Can you help me?