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