Using render_to_response in a view we can forward control to any 'templates' (I use mako).
My question is, is it possible to access a template directly using URL without 'add_view' for each view/template ? Like how 'JSP's can be accessed directly in J2EE ? I'm writing a template, that is supposed to render response based on some request parameter and have no other dependencies to any objects from view controller. Thanks. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
