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

Peter Bengtsson mail@peterbe.com
Tue, 12 Jun 2001 18:43:49 +0200


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 )
> >
>