[Zope] breadcrumbs ques

Chris Withers chrisw@nipltd.com
Thu, 19 Sep 2002 09:18:19 +0100


AM wrote:
> I get an attribute error for getPhysicalRoot()...

try putting:

raise repr((context.aq_chain,context))

...on the line before the getPhysicalRoot and let us know what the resultign 
exception type is.

cheers,

Chris