Caling DTML from ZPT. Not rendering.
hi, When calling a DTML method from a ZPT: <span tal:content="here/myDTMLmethod/"></span> I get the HTML text in an un-renderd version: The HTML text appears as. How can I get the HTML included and renderd? Thanks, j.
Jason C. Leach wrote:
When calling a DTML method from a ZPT: <span tal:content="here/myDTMLmethod/"></span>
I get the HTML text in an un-renderd version: The HTML text appears as. How can I get the HTML included and renderd?
use this: <span tal:content="structure here/myDTMLmethod/"></span> -- michael
Check out the "structure" directive in ZPT (the ZPT reference will help you). -aj --On Donnerstag, 5. Februar 2004 9:57 Uhr -0800 "Jason C. Leach" <jleach@ocis.net> wrote:
hi,
When calling a DTML method from a ZPT: <span tal:content="here/myDTMLmethod/"></span>
I get the HTML text in an un-renderd version: The HTML text appears as. How can I get the HTML included and renderd?
Thanks, j.
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Andreas Jung -
Jason C. Leach -
Michael Haubenwallner