Florian Lindner wrote:
Hello,
sine I suspect my last email to have drowned on the list, I try to ask again.

How can I ouput the template from the associated view class?

class view:
        def __call__(self):
                return template

How to do that?

Assuming that the template was defines via ViewPageTemplateFile, then:

  return self.template()

Jim

--
Jim Fulton           mailto:[EMAIL PROTECTED]       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to