On 4/19/07, Francis Lavoie <[EMAIL PROTECTED]> wrote:
> me._set_password('mypasswd')Someone else answered your real question -- I just wanted to mention that you could also have written: me.password = 'mypassword' since SQLObject sets up "password" to be a property, the above will call the setter function, _set_password. Regards -- Andy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

