Hi, I am having some problems updating a user's details in the database. The situation is as follows: A user logs in, then tries to edit their details (say first name). This works fine, until they log out. The LogoutUser action saves the user which is stored in the RunData object in the database, and this user object is not updated and so all changes are lost. I have tried doing something like data.setUser(changedUser); data.save(); But this seems to create even more problems for me by logging the user out. Why would it do this, and how can I fix this problem. Interestingly the sample application which comes with turbine also has this bug. Deborah --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
