On 9/6/06, BJörn Lindqvist <[EMAIL PROTECTED]> wrote: > I also changed the add.kid template to match Root's add() method. It > renders the four parameters manually instead of using the widgets > display() method. When I run the code and submit the form, I always > get the error "The input field 'self' was not expected"
After a bit of thought, I remember the allow_extra_fields attribute[1]. It doesn't fix the root of your problem, but it does fix the consequences. [1] http://formencode.org/class-formencode.schema.Schema.html#allow_extra_fields --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

