Re: SSO objects and Services

2009-10-14 Thread Andrey Larionov
Thanks. Obivious solution. i should be more attentive. On Wed, Oct 14, 2009 at 11:53, wrote: > Hello Andrey, > > Andrey Larionov schrieb am 14.10.2009 09:40:29: > >> Can i inject (via @SessionState) SSO objects into services? I'm try >> but value of field always null. > > @SessionState works on

Antwort: SSO objects and Services

2009-10-14 Thread dirk . lattermann
Hello Andrey, Andrey Larionov schrieb am 14.10.2009 09:40:29: > Can i inject (via @SessionState) SSO objects into services? I'm try > but value of field always null. @SessionState works only in page and component classes. You can add the parameter "ApplicationStateManager asm" to the construct

SSO objects and Services

2009-10-14 Thread Andrey Larionov
Can i inject (via @SessionState) SSO objects into services? I'm try but value of field always null. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org