[Zope] simple DTML/namespace question: changing existing values in a method

magnus/Websys@websys.no magnus/Websys@websys.no
Tue, 22 May 2001 00:52:36 +0200


> .. setting a variable..

<dtml-call "REQUEST.set('foo',newvalue)">

or if you have the dtml-eval patch installed:

<dtml-eval>
 foo = newvalue
</dtml-eval>

You could probably also use dtml-set, but RTFineM first, it doesn't do what 
you think it does.

-Magnus