Thanks for your help, but it's still not working. i've changed struts config, from redirect="true" (ops..) to redirect="false". And it's supossed that i will have my request's parameters 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 Users Mailing List Asunto: RE: request between actions 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 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 that forwards to another action, and i'm loosing request parameters. I have in struts-config this lines: <forward name="xxx" redirect="true" path="/Xxxx.do" /> but it doesn't work. Can you help me? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]