how to insert a Pagetemplate with dtml
hi there I tried to insert a pagetemplate "indexPageHead" into a dtml-method <dtml-var expr="indexPageHead"> but the only thing i get back is: <html> <ZopePageTemplate instance at 1f6d8c0> <body> is it possible to insert pagetemplates into dtml-methods or dtml-documents at all? how? thx for any help daniel
On Saturday 20 April 2002 13:41, Daniel Meier wrote:
hi there
I tried to insert a pagetemplate "indexPageHead" into a dtml-method
<dtml-var expr="indexPageHead">
Sure, but like this: <dtml-var expr="indexPageHead()"> or <dtml-var indexPageHead>
but the only thing i get back is:
<html> <ZopePageTemplate instance at 1f6d8c0> <body>
is it possible to insert pagetemplates into dtml-methods or dtml-documents at all? how?
thx for any help
daniel
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Daniel Meier -
Peter Bengtsson