[Zope] Changing property value in DTML

Oleg Broytmann phd@phd.russ.ru
Sat, 13 Nov 1999 16:07:49 +0000 (GMT)


On Sat, 13 Nov 1999, Németh Miklós wrote:
> Is there a way to change the value of the value of a proparty in a DTML
> script?
> I tried this but no success: <dtml-var "prop1='new value'">

   I think it should be (untested):

<dtml-call "manage_changeProperties(prop1='value1', prop2='value2')">

Oleg.
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd@phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.