i assume you want to access the persistent property of a component somewhere else!?...
some tips you might find useful.. regarding state (there are always advantages and disadvantages to these approaches): - component parameters are bidirectional; if you assign a new value to a parameter from within a component its value gets available in the root component/page as well - use an ApplicationStateObject to share state accross your application (multiple pages, components) - utilize the Environment service to share state within a hierarchy of components i hope this helps g, kris "Joshua Jackson" <[EMAIL PROTECTED]> 28.03.2008 09:54 Bitte antworten an "Tapestry users" <users@tapestry.apache.org> An "Tapestry users" <users@tapestry.apache.org> Kopie Thema Re: T5: How do I get session information? On 3/28/08, Cordenier Christophe <[EMAIL PROTECTED]> wrote: > Hello > > You can inject the Request Tapestry service and then get the Session object from this service. > This is the Tapestry Session object that wraps the J2EE one and gives you access to the content of the session. > > I Hope this helps > > Christophe Thanks. :) I'm going to try it out. Cheers, -- Let's show the world what we've got. Blog: http://joshuajava.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]