[Zope] How to Pass values to a DTML method ??

Stuart Foster stuartafoster@home.com
Mon, 11 Sep 2000 09:01:13 -0700


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