Global Forwards Request Attributes

2003-09-16 Thread Pat Quinn
I have a struts action which sets a String value as an attribute in the 
request scope i then redirect to a global forward. But the value never 
appears in my jsp i'm using the c:out/ tag lib.

Any ideas what i could be doing wrong here or do global forwards support 
request attribute population??

_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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


RE: Global Forwards Request Attributes

2003-09-16 Thread Robert Taylor
When you redirect the request, you lose any existing attributes.
If you must redirect then you could append your String value as 
a request parameter to the forward path or... you could simply
forward instead of redirect.

robert

 -Original Message-
 From: Pat Quinn [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 16, 2003 12:10 PM
 To: [EMAIL PROTECTED]
 Subject: Global Forwards  Request Attributes
 
 
 I have a struts action which sets a String value as an attribute in the 
 request scope i then redirect to a global forward. But the value never 
 appears in my jsp i'm using the c:out/ tag lib.
 
 
 Any ideas what i could be doing wrong here or do global forwards support 
 request attribute population??
 
 _
 Add photos to your messages with MSN 8. Get 2 months FREE*. 
 http://join.msn.com/?page=features/featuredemail
 
 
 -
 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]