[Zope] (urgent) manage_changeProperties(data='new content') problem

Robert Wohlfahrt robert.wohlfahrt@sachsen-net.com
Tue, 12 Jun 2001 18:44:05 +0200


Hi,

> This does NOT work:
> context.dtmldocument.manage_changeProperties(data='<dtml-var hello>')

this should work:

context.dtmldocument.manage_changeProperties(data=hello)

... "no dtml inside dtml!" ...

Robert