23 Jul
2001
23 Jul
'01
9:12 p.m.
Joel Burton writes:
<dtml-var "images.randompic.tag(hspace=10)">
has to become
<dtml-with images> <dtml-with randompic.gif> <dtml-var "tag(hspace=10)"> </dtml-with> </dtml-with> You can use "restrictedTraverse". It gives you URL like path expressions.
Dieter