Hi, just wanted to ask: is it OK to modify a form (a widget) at "runtime"?. For example, I want to use a form and add to it different fields depending on the controller function called
does the forms (widgets) have to be globals in the module? I'v tried to use forms that are object attributes (self.form) or class attributes (Class.form), and the widget get rendered OK, but when I use it as a validator python complains about not being able to find the widget Thanks in advance Javier --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

