18 Aug
2002
18 Aug
'02
7:36 p.m.
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