RE: T5: How do I get session information?

2008-03-28 Thread Cordenier Christophe
[mailto:[EMAIL PROTECTED] Envoyé : vendredi 28 mars 2008 09:37 À : Tapestry users Objet : T5: How do I get session information? Dear all, How do I retrieved information that is stored in a session from my Page component? I could not find this in the docs. Thanks in advance -- Let's show the world

Re: T5: How do I get session information?

2008-03-28 Thread Joshua Jackson
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

T5: How do I get session information?

2008-03-28 Thread Joshua Jackson
Dear all, How do I retrieved information that is stored in a session from my Page component? I could not find this in the docs. Thanks in advance -- Let's show the world what we've got. Blog: http://joshuajava.wordpress.com/

Re: T5: How do I get session information?

2008-03-28 Thread Kristian Marinkovic
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

Re: T5: How do I get session information?

2008-03-28 Thread Joshua Jackson
On 3/28/08, Kristian Marinkovic [EMAIL PROTECTED] wrote: i assume you want to access the persistent property of a component somewhere else!?... Actually I want to get the login session info from Spring security 2.0 I though the best way is to get it manually from the Sessin object. some

RE: T5: How do I get session information?

2008-03-28 Thread Jonathan Barker
That's likely stored in the WebContext that can be directly injected using tapestry-spring. -Original Message- From: Joshua Jackson [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2008 6:06 AM To: Tapestry users Subject: Re: T5: How do I get session information? On 3/28/08