[Zope] Passing namespace in DTML Method calles...
Kevin Dangoor
kid@kendermedia.com
Thu, 4 Nov 1999 10:45:02 -0500
----- Original Message -----
From: Johan Carlsson <johanc@torped.se>
To: <zope@zope.org>
Sent: Thursday, November 04, 1999 9:19 AM
Subject: [Zope] Passing namespace in DTML Method calles...
> <dtml-var expr="aquiered_dtml_method(var-name='var-value')">
<dtml-var expr="aquiered_dtml_method(_.None, _, var-name='var-value')">
This will set up the namespace (and this makes REQUEST available as well)
Kevin