[Zope] How to Pass values to a DTML method ??
Philipp Auersperg
zope@philosoft.at
Mon, 11 Sep 2000 22:04:08 +0200
enclose the expression in quotes and you're happy:
<dtml-var "some_method(param=value)">
phil
*********** REPLY SEPARATOR ***********
On 11.09.2000 at 09:01 Stuart Foster wrote:
>I have a DTML method that is called from a document. I need to pass a value
>to it like a parameter would be passed to a function.
>
><dtml-var some_method(param=value)>
>
>Thanks
>
>
>_______________________________________________
>Zope maillist - Zope@zope.org
>http://lists.zope.org/mailman/listinfo/zope
>** No cross posts or HTML encoding! **
>(Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )