[Zope] new to zope
   
    Evan Simpson
     
    evan@digicool.com
       
    Mon, 6 Mar 2000 17:08:01 -0500
    
    
  
----- Original Message -----
From: Jonathan Park <jpark@amazingmedia.com>
> ex:   there is a folder called "main"
>       inside the "main" there is a folder called "sub"  and I create a
> property called "message"
>
> is there a way for me to call to that property outside of that folder.
Anywhere inside the "main" folder, you should be able to write <dtml-var
expr="sub.message">.  Outside of "main", you would have to write <dtml-var
expr="main.sub.message"> or possibly <dtml-var
expr="f1.f2.main.sub.message"> if "main" is in "f2" is in "f1".
Cheers,
Evan @ digicool & 4-am