5 Dec
2003
5 Dec
'03
8:42 p.m.
John Withers wrote at 2003-12-4 10:07 -0800:
... When I am calling a dtml method using a dtml tag such as <dtml-var mymethod> it appears to pass the namespace of the calling document.
However, when I am calling a dtml method using the expr syntax, such as <dtml-var expr="mymethod()"> it doesn't.
Reading "Calling DMTL objects" in <http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html> may help you. -- Dieter