[Zope] Question about .tag() attribut of images

Oleg Broytmann Oleg Broytmann <phd@phd.pp.ru>
Mon, 18 Feb 2002 01:19:09 +0300


On Sun, Feb 17, 2002 at 10:02:34PM +0100, Sven Rudolph wrote:
> if I am in a different folder I have to use
> <dtml-var "mypicturefolder.mypicture.gif">, and this doesn't work.

   <dtml-var "mypicturefolder['mypicture.gif']">

This means "access attribute 'mypicture.gif' of mypicturefolder object".

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.