I've got a @SessionState variable used to track the logged in user declared along with an exists variable like this on multiple pages:
@SessionState @Property private User user; private boolean userExists; Now, what I have seen on occasion is that userExists == false even when the user variable has been initialized. Anyone see this before? It doesn't seem to happen all the time... -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org