Maybe you need to use a Database to store this data temporarily, something
all apps can access.  Server A updates DB, Server B reads DB or reads data
provided from Server A in CSV, XML format.

-----Original Message-----
From: Larry Meadors [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 29, 2004 3:21 PM
To: [EMAIL PROTECTED]
Subject: Re: [OT] request object w/ response.sendRedirect

But from an earlier message, the request may be going to a different
server - potentially even a non-java one.

>>> [EMAIL PROTECTED] 03/29/04 2:15 PM >>>
Bill Siggelkow wrote:

> Hmm ... well, the actual new request is generated by the browser when 
> it processes the "redirect" response.  You should be able to add 
> parameters to the query string, however.
>
Or, you can store the data you need later in the session.

Craig


---------------------------------------------------------------------
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]

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

Reply via email to