[Zope] <dtml-call expr="my_var='foo' "> fails

Thomas Guettler zopestoller@thomas-guettler.de
Mon, 21 Jan 2002 17:22:01 +0100


Hi!

The following seems to be wrong:

<dtml-call expr="my_var='foo' ">

(I want to set the variable my_var of  my python object)

The DTML-File containing the dtml-call  is a DTMLFile(...) of a python 
product

<dtml-var expr="my_var"> is working

How can I set a attribute of  my object?