[Zope] aquiring objects upward in DTML

Dan Jacobs dan@caliginous.com
Sun, 18 Aug 2002 20:36:20 +0100 (BST)


Hi,

Is there an easy way within a DTML method to acquire a named object that
may be anywhere upward.

At the moment I'm looking at the parent by doing
aq_parent['name']
but that only looks one level up.
I tried
aq_acquire('name')
and
aq_parent.aq_acquire('name')
but they don't work.

Thanks,

Dan