[ZPT] Problems with context and rendering and DTML and... a story of failure and puzzlement

Steve Drees drees@the-bridge.net
Wed, 20 Jun 2001 07:59:22 -0500


> <span
> tal:replace="python:here.Structures.biopsyTypesControl(here.Structures)"/>
>
> This works, after a fashion. I now get the DTML Method to render, but
> the HTML comes back *quoted* so that rather than an actual control on
> the page, I get the literal text:

how about <span tal:replace="structure
python:here.Structures.biobsyTypesControl(here.Structures)" />