[Zope-CMF] Re: Skinnable.py Optimisation breaks Acquisition context.
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Thu, 12 Sep 2002 23:22:42 +0200
    
    
  
Chris Withers writes:
 > Shane Hathaway wrote:
 > > 
 > > Yes.  AFAIK you don't need the context of self.  You only need the parent.
 > > The parent holds the REQUEST, doesn't it?
 > 
 > Well, normally yes. BUT....
 > 
 > 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"?
Dieter