[Zope] How to pass parameters to a DTML Method from within another DTML method?

Hunter Kelly retnuh@oniva.com
Fri, 22 Oct 1999 16:24:50 +0100


I'm trying to pass parameters to a DTML method
when calling it from another DTML method.

I've tried stuff like

<dtml-var "anotherMethod(foo='blah')">

but it seems to totally screw up the namespaces.
Anyone have any thoughts?


Thanks,

Hunter