17 Feb
2002
17 Feb
'02
10:19 p.m.
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.