On Wednesday, January 23, 2002, at 10:34  AM, Brian Lawler wrote:

> On Wed, 23 Jan 2002 09:54:40 +0200
> Johnny Cass <[EMAIL PROTECTED]> wrote:
>
>> Does this not also mean that any RunData messages added before the
>> redirect will be lost on the next request?
>
> we had to implement a mechanism in the
> (session scoped) pull tool to set the remembered values along with the
> session access counter, then to refresh those remembered values into the
> tool on the next screen if the access counter was the remembered value +
> 1.

Same problem, similar solution.  We definitely lost the RunData
messages by implementing redirects.  Our solution is to push the
message into the session and have our screens and templates look
for the message there.

-Eric

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

Reply via email to