12 Nov
2002
12 Nov
'02
5:22 p.m.
On Tue, Nov 12, 2002 at 11:03:39AM -0600, Ted Pollari wrote:
How, in a zope python-script object, do I determine the enclosing/parent folderish-item of any given object-item without making reference to something like request.PARENTS[0] or something like that? I know it has to be something simple but I'm just not seeing it.
object.aq_parent IIRC hth Jerome Alet