Jose Soares wrote: > Hi, > > I have defined two forms; one to add a new record and another to update > data. > I don't see form definitions in your code, there are field lists.
I suppose somewhere in the form creation you call fields=EditFields() fields=AddFields() Replace the latter with fields=EditFields()+AddFields() (WidgetsList are lists, not compound widgets or anything magic) and replace AddFields(EditFields) with AddFields(widgets.WidgetsList) This should be a FAQ... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

