[Zope-CMF] index_html acquisition

Chris Withers chrisw@nipltd.com
Wed, 07 May 2003 09:34:18 +0100


David Hart wrote:
> 
> I've discovered PortalContent is setting index_html = None.
> 
> Is there any way this variable can be 'unset' to re-enable acquisition 
> of index_html?

in your class do:

     index_html = Acquisition.Acquired

...make sure you import the Acquisition module somewhere too ;-)

> Other than grepping source code and using DocFinderEverywhere 
> showDocumentation?expand_all=1, what are other good ways to trace issues 
> like this one?

Many years of hard reading ;-)

cheers,

Chris