krsyoung schrieb: > What I am trying to do is figure out a way so that the @validate > statement knows if it should be calling the simple or complex form for > validation.
You might use the 'state_factory' argument to the validate decorator: http://docs.turbogears.org/1.0/ValidateDecorator Look at the last comment on the page. Chrirs --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

