[Zope] how to insert a Pagetemplate with dtml

Peter Bengtsson mail@peterbe.com
Sat, 20 Apr 2002 15:48:24 +0200


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 )