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