Tapestry does have a way to declare objects Global, such that they're
available from all Visit objects.
Just listen for session creation and add the appropriate info to a
global object. On session destruction, remove it.
Then each of your Visits can access the info as appropriate without
having to reconstruct it each time. It will just always
be there and available.
Todd
On Sep 24, 2005, at 3:41 PM, Simon Buettner wrote:
that would be enough for listing the number of active users, but
i need all my visit objects to check how many are active, logged in
and other thing like the current page of the user.
I want to save all these infos in the session object of a user
so i need all of the application state objects and not just the
sessions of my jetty (or tomcat)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]