Hi Jorge, On Apr 7, 2006, at 12:57 AM, Jorge Godoy wrote: > > The input field 'self' was not expected.
Ok, this is probably because you're not subclassing validators.Schema or you have a custom schema that doesn't have the 'allow_extra_fields' option turned on. I suspect this error was pre 1099 because I added this attribute to Schema there. On the other hand, I discovered (and fixed in 1106) another "hemiptera" which was caused by 'self' being filtered by the Schema when it was passed to validate as a 'validator' param. Can you try 1106 and tell me how it goes? Thanks! Alberto --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk -~----------~----~----~----~------~----~------~--~---
