[Zope-CMF] Re: Skinnable.py Optimisation breaks Acquisition context.

Chris Withers chrisw@nipltd.com
Tue, 17 Sep 2002 13:37:35 +0100


Dieter Maurer wrote:
>  > SimpleTree's node() method stores the object in an attribute a la:
>  > 
>  >          node.object = object
>  > 
>  > ...which of course means the parent has no context
>             ^^^^^^^^^                                
> Why? Does it not derive from "Acquisition.Implicit"?

No. SimpleTree node's are explicit acquirers and wrapped in a different context 
that is needed.

cheers,

Chris