[Zope] Stupid (I'm sure) newbie question...getting objects not in your namespace

Andy Akins andy@leonidae.org
Tue, 16 Apr 2002 16:38:59 -0500


I'm sure that if I had the time to flip through the two books I have (The 
Zope Book and The Book of Zope...aptly named :) ) I could find my 
answer...but my boss shoved Zope into my lap only recently, and is now 
wanting to see some results :)

Is there a way to get an object that is not in the direct namespace that you 
are in?

What I mean is:

Lets say you have this:


    root-+--- Fie -+--- Fie1
     |         |
     |         |
     |         +--- Fie2
     |
     +--- Fi --+--- Fi1
     |         |
     |         |
     |         +--- Fi2
     |
     +--- Fum -+--- Fum1
               |
               |
               +--- Fum2

And you are in folder Fum1.....what is the syntax to call, for example, a 
DTML Method in Fie2? Can it be done?

Thanks...

	Andy Akins