On Fri, 2006-10-11 at 14:22 -0800, Ian Wilson wrote: > You have to name the form as well and then the names will be unique. > > For example: > TableForm(name='loginUserForm', fields=[TextField(name='userName'), > TextField(name='passWord')]) > > Will produce these ids: > loginUserForm_userName > loginUserForm_passWord > > And similarily: > TableForm(name='createUserForm', fields=[TextField(name='userName'), > TextField(name='passWord')]) > > Will product these ids: > createUserForm_userName > createUserForm_passName
Awesome, thanks. I didn't realize that my form had not been named itself. Iain --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

