[Zope] Some questions for experienced zopers

Johan Carlsson johanc@torped.se
Tue, 19 Oct 1999 13:52:55 +0200


> >Hi Liz,
> >
> >Try <dtml-var "images.img1">
> 
> Won't work. See an earlier email from me today.
> 
> What will work:
>    <dtml-with images><dtml-var img1></dtml-with>
>    <dtml-var "_.str('images.img1')">
>    <dtml-var "images.img1.tag()">

But it works for me (so now I'm confused).

Could it be that if it works the object being
called has a __repr__ method (or something)?

Regards,
Johan