RE: T5: How do I get session information?

2008-03-28 Thread Cordenier Christophe
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 -Message d'origine- De : Joshua Jackson

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

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