Simple DTML (dtml-with) question ...
18 Nov
1999
18 Nov
'99
2:45 a.m.
A simple question: Say I have a folder (top) which has a child folder (child). Inside child is an image (childimage). I.e., top (folder) | child (folder) | childimage (image Trying to run the following snippet of DTML within top gives (not surprisingly) the correct image id but fails to render the image. <dtml-with child> <dtml-with childimage> Image <dtml-var id> renders as <img src="<dtml-var id>"> </dtml-with> </dtml-with> Is there a simple solution to this problem? To me it looks as if I need to prepend the path from the called folder to the childimage folder. Any help is much appreciated. Cheers, Darran. -- Darran Edmundson [Darran.Edmundson@anu.edu.au]
9636
Age (days ago)
9636
Last active (days ago)
0 comments
1 participants
participants (1)
-
Darran Edmundson