Bo M. Maryniuck writes: > Somebody know how to get a Zope Context within Zope Product or External > Method? > ... > class bar: > def spam(self): > return self.test.MyObject() Your class must derive from "Acquisition.Implicit" for this to work... Dieter