Actually, I think there is a bugreport about this filed by Martijn in the collector. :-( The upshot is that you can't store XMLish things inside of properties. It hasn't been resolved. ----- Original Message ----- From: "Peter Bengtsson" <mail@peterbe.com> To: "Chris McDonough" <chrism@digicool.com>; <zope@zope.org> Sent: Tuesday, June 12, 2001 12:43 PM Subject: Re: [Zope] (urgent) manage_changeProperties(data='new content') problem
I expect to change the content of the data property. You know, just like when you are editing DTML or something and you click "Save changes" for saving.
What would you expect the second one to do?
This works: context.dtmldocument.manage_changeProperties(title='New Title')
This does NOT work: context.dtmldocument.manage_changeProperties(data='<dtml-var hello>')
Please help. Peter
_______________________________________________ Zope maillist - Zope@zope.org 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 )