I have ZClass (called Artykul) which subclasses DTMLDocument.
This class has a method, used to view document, which appends some special
stuff to document's content. For some reasons I don't want to put this
stuff directly into document's data.
In mentioned method, to render document, I wrote:

<dtml-var this>

But this outputs html quoted text (so I see HTML and DTML tags in browser,
instead of formatting and variables).
When I render this object from another methods (external to this class),
everything works as usual.

Is this a bug or feature ? :)

_____________________________________________
Aleksander Salwa, [EMAIL PROTECTED]
An applicant for Zopista


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to