--- [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 session scope (since they
> would have to be cleaned-up if a user begins the request chain again).
> 
> Any suggestions that avoid writing the data to the query string?

Hidden form fields.

David

> 
> TIA
> 
> John Pitchko
> Programmer/Analyst
> Downstream Marketing Systems - e-Business Group
> Shell Canada Limited
> 
> 
> > ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

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

Reply via email to