RE: Request Scope Lifetime Propagation

2003-10-15 Thread Wendy Smoak
John wrote: Is there anyway to propagate data from request to request? That is I have some data used in one request (which renders a JSP) which I want included into the next request. The data in question is in the request scope and is not really appropriate for the session scope (since

Request Scope Lifetime Propagation

2003-10-14 Thread John . Pitchko
BDY.RTF Description: RTF file - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Request Scope Lifetime Propagation

2003-10-14 Thread David Graham
--- [EMAIL PROTECTED] wrote: Hello, Is there anyway to propagate data from request to request? That is I have some data used in one request (which renders a JSP) which I want included into the next request. The data in question is in the request scope and is not really appropriate for the

RE: Request Scope Lifetime Propagation

2003-10-14 Thread Wiebe de Jong
. Wiebe http://frontierj.blogspot.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 11:36 AM To: [EMAIL PROTECTED] Subject: Request Scope Lifetime Propagation Hello, Is there anyway to propagate data from request to request? That is I