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?