7 Mar
2001
7 Mar
'01
2:11 p.m.
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