Kirk Strauser wrote: > First, how is that even possible? I've never seen a Python class that > behaves > that way (not meant as a criticism, but genuinely curious). >
You should look at the WidgetsList implementation, it's not hard. > Second, are there idiomatic workarounds? > Yes, WidgetLists are lists. You need to use "BaseUserFields + EditUser" in your form. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

