I am using TDK 2.2 and have followed the How-To to extend Turbine User. I added 2 fields, one which has a corresponding field in the TURBINE_USER table and one which doesn't and should get stored in the OBJECTDATA field. Everything compiles fine. I added the additional fields to the FluxUserForm.vm template. When I enter values in those new fields and hit update, they seem to be stored in the db correctly. If I am logged in as Turbine and make changes to any User fields for the Turbine user, they update, but when I logout and log back in, the updates are gone? But, if I make changes to any other Users as Turbine, the updates stick?
Also, I can't grab the new fields values. ExtendedUser user = (ExtendedUser)data.getUser(); user.getNewField(); <-- Always returns null I have checked and rechecked to make sure I have followed everything in the How-To. Anyone have any ideas about this? Thanks, Ryan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
