Bill, Have you extended the table using How-to pages. We extended turbine_user and turbine_role and donot have problems. Perhaps the problem you are facing is different 2cents Naga Pappireddi ----- Original Message ----- From: "Will Glass-Husain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 13, 2002 9:45 AM Subject: reloading a user from TURBINE_USER
> Hi, > > I have a page "Edit Account" that changes some data in the TURBINE_USER > table. I use a custom TurbineUserPeer do do this that maps to fields I've > added to TURBINE_USER with address and contact info. > > But I notice that the Last Name, Email, FirstName fields get overwritten > when I go to a new page. Presumably because there is a User object in > memory which gets written back to the database. > > To solve this, I'd like to make my code do the following > > --> save the User (presumably TurbineSecurity.saveUser) > --> edit the database > --> reload the User from the database with the new info > > How do I do the last step? > > Thanks, WILL > > > _______________________________________ > Forio Business Simulations > Will Glass-Husain > (415) 440-7500 phone > (415) 235-4293 mobile > > [EMAIL PROTECTED] > www.forio.com > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
