Two ideas:
1. You can pass a callable to @turbogears.validate(form=...) that would return appropriate form. Of course, to select appropriate form you need info from a form submitted which is not available from a callable directly. Though you may check HTTP referer header. 2. You can validate inside your controller's method. Not as pretty but it works. Max. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

