Re: [T5] Error obtaining ApplicationState object

2009-05-22 Thread Thiago H. de Paula Figueiredo
Em Fri, 22 May 2009 18:23:42 -0300, Neo Anderson escreveu: Is there any chance that I can use SessionState outside the scope of page? As I already stated, you cannot use @SessionState outside pages, components and mixins, but you can use ApplicationStateManager to get and set values fr

Re: [T5] Error obtaining ApplicationState object

2009-05-22 Thread Neo Anderson
On Fri, 22/5/09, Thiago H. de Paula Figueiredo wrote: > From: Thiago H. de Paula Figueiredo > Subject: Re: [T5] Error obtaining ApplicationState object > To: "Tapestry users" > Date: Friday, 22 May, 2009, 6:15 PM > Em Fri, 22 May 2009 13:14:24 -0300, > Neo Anderson

Re: [T5] Error obtaining ApplicationState object

2009-05-22 Thread Thiago H. de Paula Figueiredo
Em Fri, 22 May 2009 13:14:24 -0300, Neo Anderson escreveu: Hi Hi! public class LoginService{ @ApplicationState private IAccount account; You can't use @ApplicationState (deprecated because of misleading name, now use @SessionState instead, works exactly the same) in s