> From: "Eric Pugh" <[EMAIL PROTECTED]>
>
> Hi all,
>
> Is there a good pull tool for storing context between calls to the same
> page? I put data in my context via various actions chained togehter. If I
> reload the page, I want the same context to still be available, versus
> putting everything into the page, and then recreating all the data in the
> context? Basically a persistent context for a page. Something simpler then
> putting a ton of stuff in the user's session...
>
> Eric
If user.setTemp("name", object) and user.getTemp("name") is too complex I
guess you could write a tool that wraps these in a more simple or perhaps
customised interface.
HTH,
Scott
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>