Getting the parent object in an acquisition context
Tue, Nov 7, 2006,
100 Words
To get the parent of an object, you'd have to use this code:
myparent = aq_inner.aq_parent.aq_self
To get the parent of an object, you'd have to use this code:
myparent = aq_inner.aq_parent.aq_self