I looked at the LoginUser action in CVS, and *think* I found the error of my ways. I wasn't doing things in the same order as LoginUser does. I was calling user.setHasLoggedIn() and user.updateLastLogin() BEFORE data.setUser(). I'm assuming, anyway, that this is what the problem is, because when I copy in the text from LoginUser, my getACL() later on works. Why is the order of these things important? I thought if anything, data.setUser() may make a copy of the User object passed in, so it would be necessary to call setUser() AFTER those changes to the user object. Now I just don't understand. Thanks, Will Stranathan ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]
