On 08/05/06, Michele Cella <[EMAIL PROTECTED]> wrote: > > Hi Ed, > > 1) change: > > params = ["fieldsets"] > > to: > > member_widgets = ["fieldsets"] > > I told you about this in your last thread but you probably missed it, > it's quite important since fieldsets are not simple params but member > widgets of your form, you need this for validating and passing values, > also member_widgets are not overridable at render/display time.
You did, yes. I'll do it now before I even change the 's' at the end of values ;) > 2) change: > > values=myformvalues > > to: > > value=myformvalues > > I also suggest to change: > > fieldsets=(MyForm()) > > into: > > fieldsets=MyForm() > > but that's not a big problem. I think that was just an accident. I don't normally do that. Thanks (yet) again. You've been very patient and helpful. Ed --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

