[Zope] How to change a property via DTML ?

Wolfgang Strobl ws@gmd.de
Wed, 7 Mar 2001 15:11:16 +0100


On 7 Mar 2001, 11:16  olpa@sybcom.de wrote:

> how can I change the value of the property of an object let's say
> index_html via dtml (for instance the title property) ?

Huh? Didn't I just read "Zope Training" on www.sybcom.de? ;-)

<dtml-call "manage_changeProperties(title='hello world!')">
or
<dtml-call "index_html.manage_changeProperties(title='hello 
world!')">

depending on how you're going to call it.

-- ws