Claudio Martínez wrote: > if I start programming in default() I'm losing the controllers > funcionality, for example I wont be able to specificy the form checking > decorators for the "virtual" controllers
I don't see why. You can add decorators at runtime: MyClass.my_method = decorator(MyClass.my_method) If that isn't enough, use a metaclass. Cheers, Simon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

