Re: Disappearing request values

2004-10-13 Thread Lee Harrington
iginal Message- > From: Lee Harrington [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 13, 2004 12:06 PM > To: Struts Users Mailing List > Subject: Disappearing request values > > I have an action that forwards to a second action. I set values in > the request scope i

RE: Disappearing request values

2004-10-13 Thread Freddy Villalba A.
Are you redirecting or just forwarding to the second action? -Mensaje original- De: Lee Harrington [mailto:[EMAIL PROTECTED] Enviado el: miercoles, 13 de octubre de 2004 18:06 Para: Struts Users Mailing List Asunto: Disappearing request values I have an action that forwards to a second

RE: Disappearing request values

2004-10-13 Thread David G. Friedman
arrington [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 12:06 PM To: Struts Users Mailing List Subject: Disappearing request values I have an action that forwards to a second action. I set values in the request scope in the first action, but in the second action the values are null. I

Disappearing request values

2004-10-13 Thread Lee Harrington
I have an action that forwards to a second action. I set values in the request scope in the first action, but in the second action the values are null. I solved my immediate need by putting the value in a session. As the value is not needed for more than passing into the second action, I'd prefe