On 02/05/2006, at 18:53, Michele Cella wrote: > @Alberto: > That's not the case since Ed is also using table_attrs in its template > that's provided by TableForm. > > @Ed: > > Change this: > > params = ["fieldsets"] > fieldsets = [] > > to be: > > member_widgets = ["fieldsets"] > fieldsets = [] > > this ensures that fieldsets is immutable after construction, that the > validation schema is correctly generated and that javascript and css > for member widgets are retrieved correctly.
D'oh, you're right. Should pay more attention next time I answer... thanks for correcting me :) Alberto --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

