BTW, I'm -1 on @view the way its been proposed, +1 on keeping @expose
I like the idea of @expose( view=... ) but I'd like to be able to
specify a view class that isn't necessarily a template (kid or
otherwise).
Possibly:
import views
class ForumController( controllers.Controller ):
@expose( view=views.ForumView )
def index( self, ... ):
pass
Sean
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---