[Zope] Referencing object in other folders

Tony McDonald tony.mcdonald@ncl.ac.uk
Wed, 13 Oct 1999 16:14:49 +0100


At 4:54 pm +0200 13/10/99, Roché Compaan wrote:
>I have the following folder structure
>
>/ (Root folder)
> --Images (folder)
>
>I simply reference images in the images folder by using:
><dtml-with Images>
>   <dtml-var myimage>
></dtml-with>
>
>Isn't there a shorter way to address objects in other folders?


Untested:
Doesn't <dtml-var "Images.myImage"> work?

tone