I've created a minimal test case here: http://www.vrplumber.com/programming/Validator-Problem.tar.gz
start the dev mode, type any value in the "login" box and click submit button. On the edit page, enter an invalid password (2 characters for instance) and click the submit button. The assertion in the code will fail as the Consultant object is not converted by the validator. As for the fix, I'm attempting to Monkey-Patch TurboGears with it (code in the controllers module) and still seeing the original error. I may have fudged the Monkey-Patch, though. Thanks, Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

