16 Dec
1999
16 Dec
'99
8:58 p.m.
Dave Parker wrote:
This version blows up: methodA: Depth: <dtml-var counter> <dtml-if "counter < 2"> <dtml-var "methodA(counter=counter+1)">
The error:
Error type: KeyError Error value: counter
Sorry - wrong screen - it is: Error type: NameError Error value: methodA One other thought (and I could be way off here), but Zope is responsible for taking action based on the fact that "" was specified - why can't the mechanism that takes that action just ensure for me that my namespace is propagated into whatever I might be calling, ad infinitum? It is certainly very counter-intuitive that it would not (very Perl like).