[Zope] Question about accessing properties of images
Dieter Maurer
dieter@handshake.de
Thu, 21 Feb 2002 20:37:57 +0100
Kevin Carlson writes:
> The Key error occurs on pic.desc. In other words:
>
> <dtml-var pic.desc> fails with an error on 'pic.desc'.
That's as it should be.
> <dtml-var expr="pic.desc"> returns an attribute error on 'desc' which is a
> valid property that I have entered for the 'pic' object.
That's almost unbelievable...
Can you export your "pic" and send it to me (just your "pic", I do not
like large emails).
Dieter