A redirect is a response to the browser telling it to issue a new request
for the specified URL.  Because it is a new request, any attributes in the
original request are gone.  You'll have to put them in session if you wish
to keep them around.

Steve

 -----Original Message-----
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Friday, February 21, 2003 3:19 PM
 To: [EMAIL PROTECTED]
 Subject: [Q.] (redirect="true") how to get anything from request scope?
 
 
 Hello,
 
 for some reason I need use redirect,
 but when I'd changed redirect from false to true in struts-config.xml
 <forward name="found" path="show.jsp" redirect="true" />
 
 I got problem on my jsp side - a jsp can't find any beans from request
 
 do I'm missing anything?
 
 tnx
 
 Best Regards.
 Michael.
 
 
 ---------------------------------------------------------------------
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to