26 Feb
2000
26 Feb
'00
11:17 p.m.
Kevin Meinert schrieb: [...]
========================= But this code doesn't: ========================= <dtml-with somefolder> <dtml-in "objectValues(['DTML Method'])"> <dtml-with someOtherFolder> <dtml-var somemethod> </dtml-with> </dtml-in> </dtml-with>
========================= I get this error from my Zope server, on the one that doesn't work. ========================= Error Type: AttributeError Error Value: __call__
Somebody else than me can explain much better the reason for it, but try: <dtml-with "someOtherFolder"> and your code should work. hth, Thomas