Hello Zopers, how can I change the value of the property of an object let's say index_html via dtml (for instance the title property) ? Thanx --- "Whip me. Beat me. Make me maintain AIX." (By Stephan Zielinski) --- Oliver Pabst .-------------------------. mailto:olpa@sybcom.de : : phone :+49 681 56600600 : project department : SYBCOM GmbH fax :+49 681 56600660 : : http://www.sybcom.de
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
participants (2)
-
olpa@sybcom.de -
Wolfgang Strobl