If you want, you can still access the HttpSession as store data in there.

If your temporary data is specific to your page (or even specific to a
component on the page), you can use persistent page properties.  You can
later use IEngine.forgetPage() or IEngine.discardPage() to eliminate the
data when it is no longer useful.

----
Howard Lewis Ship
[EMAIL PROTECTED]
http://tapestry.sf.net

----- Original Message -----
From: "Frank Liu" <[EMAIL PROTECTED]>
To: "Tapestry" <[EMAIL PROTECTED]>
Sent: Wednesday, July 17, 2002 5:31 PM
Subject: [Tapestry-developer] Session attributes


> Hi there,
>
> If developing with the general jsp/servlet, I can
> save curcern interaction values with session
> attributes. But in Tapestry, if should I save these
> temperary data in visit objects, in my opinon, some
> global data should be saved there, not temporary ones,
> isn't it. If so, how to do?
>
>
> Frank
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Sign up for SBC Yahoo! Dial - First Month Free
> http://sbc.yahoo.com
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Tapestry-developer mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/tapestry-developer



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to