RE: forward request parameter

2004-05-13 Thread Geeta Ramani
Samuel: > -Original Message- > From: Samuel Rochas [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 13, 2004 4:20 PM > To: Struts Users Mailing List > Subject: Re: forward request parameter > > > Hello Geeta, > > Thanks. > > It means I'll have

Re: forward request parameter

2004-05-13 Thread Samuel Rochas
Hello Geeta, Thanks. Geeta Ramani wrote: You will have to put the data again in the request > scope in your second action.. It means I'll have to process it again, and put again in the request? So a session variable may be more apropriate? Samuel ---

RE: forward request parameter

2004-05-13 Thread Geeta Ramani
Sameul: You will have to put the data again in the request scope in your second action.. Geeta > -Original Message- > From: Samuel Rochas [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 13, 2004 11:43 AM > To: Struts Users Mailing List > Subject: forward request paramete

forward request parameter

2004-05-13 Thread Samuel Rochas
Hello, I am using an Action which puts some data in the request scope. That's just fine to display the data in the next jsp page (let's call it target.jsp). I am submiting a form in target.jsp which should do some action an show again the target.jsp page. When I show again the target.jsp page, the