[Zope] Acquisition question (run for the hills!)
Dieter Maurer
dieter@handshake.de
Tue, 3 Jul 2001 21:37:52 +0200 (CEST)
Scott Anderson writes:
> OK, I've read the acquisition HOW-TOs, and either I'm dense or I didn't
> find the answer to my question.
>
> I have a setup like this:
>
> /main
> header
> localTitle
> /sub
> localTitle
> index_html
>
> header includes dtml-var localTitle.
> index_html includes dtml-var header.
>
> Why doesn't header pull /sub/localTitle instead of /localTitle when it
> is included by /sub/index_html? :-)
"Containment before Context".
See
URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html
or the Zope developper guide or "Acquisition Madness", for details.
Dieter