Em Fri, 22 May 2009 13:14:24 -0300, Neo Anderson <javadeveloper...@yahoo.co.uk> 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 services, just in pages, components and mixins. Use the ApplicationStateManager service instead.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to