[Zope] dtml-in appears to mess up the "space"
Thomas Weiner
weiner@tu-harburg.de
Sun, 27 Feb 2000 00:17:42 +0100
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