Hi, Here is what I use to check if a user has logged in :
@ApplicationState private SessionData _user; private boolean _userExists; public void signIn(Long id) { if (!_userExists) { // ... } } this is in a page and working well, now I'd like to move this into a service, any idea how to achieve this? Thanks. A.C. -- View this message in context: http://www.nabble.com/T5%3A-maintaining-ASO-in-a-service--tp15474336p15474336.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]