-----Original Message----- From: Chris Withers [mailto:fresh@bay-c.co.uk] Sent: Wednesday, October 11, 2000 3:16 PM To: Ron Bickers Cc: zope@zope.org Subject: Re: [Zope] Acquisiton Wrappers bite ;-)
<dtml-var "PARENTS[-1].myObject == myObject">
...this one will return true in the next version of Zope, in the above example...
To do comparisons like this, though, you really need to be in an external method or other unrestricted python so you can get access to .aq_base, which is the real object you're dealing with...
Thanks for the info. So, is there another way in DTML I can see if an object was acquired from PARENTS[-1] or not? Is there a way to check an objects container out of context? _______________________ Ron Bickers Logic Etc, Inc. rbickers@logicetc.com