[Zope] manage_changeProperties

Steve Alexander steve@cat-box.net
Fri, 12 May 2000 09:19:22 +0100


josh on wrote:
> 
> sorry for spamming the list with loser questions but this one has had me
> stumped for hours and I am not even sure what to look for anymore:
> 
> <dtml-call "z958063364.manage_changeProperties({'children' : 90})">
> 
> this line is in a dtml method in a folder with a lot of instances of a
> class.
> one instance is:  z958063364
> the class has a property sheet with a property called children
> I want to change its value.

Perhaps you want something like

  <dtml-call
"z958063364.propertysheets.children.manage_changeProperties({'children'
: 90})">

--
Steve Alexander
Software Engineer
Cat-Box limited