[Zope] This must be a namespace problem
Rik Hoekstra
rik.hoekstra@inghist.nl
Fri, 08 Sep 2000 12:46:16 +0200
>
> But it uses the "root" folder "content". How can I make it us the "content"
> in the current directory, but the index_html from the root folder. Can this
> not be done??
>
This is an acquisition problem we will all be bitten by at one time or
another. There is some documentation about this, including Jim Fultons
Acquisition Algebra talk
(http://www.zope.org/Members/jim/Info/IPC8/AcquisitionAlgebra/index.html)
and my Changing Contexts in Zope
(http://www.zope.org/Members/Hoekstra/ChangingZopeContexts)
a way of showing acquisition is described in:
http://www.zope.org/Members/chrisw/showaq
Rik