Re: [Zope] Help: dtml-var expr -> DTML method -> ZSQL method
12 Feb
2001
12 Feb
'01
8:36 p.m.
Martin Andrews writes:
<dtml-var expr="get_rid()">
You break the namespace chain! Called this way, "get_rid" does not have any context (if it is a DTML Method rather than a DTML Document). Any access to a Zope object will fail. Use: <dtml-var expr="get_rid(_.None,_)"> Dieter
9184
Age (days ago)
9184
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer