Em Quarta 26 Abril 2006 11:12, Max Ischenko escreveu: > I have a TableForm that is displayed to the user and then validated with a > different method (using validators.Schema): > > > @turbogears.expose() > @turbogears.validate(form=user_profile_form, > validators=UserProfileSchema())
Just to make it look like mine, could you eliminate the "form" here and leave just the schema validator? Only one of those will be used and I believe you want the schema (otherwise you wouldn't have declared it...) -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

