23 Mar
2001
23 Mar
'01
8:12 p.m.
Works like magic, as many things in Zope do. :-) Thanks! _______________________ Ron Bickers Logic Etc, Inc. rbickers@logicetc.com
-----Original Message----- From: Randall F. Kern [mailto:randy@spoke.net] Sent: Friday, March 23, 2001 3:06 PM To: Ron Bickers; Dieter Maurer Cc: zope@zope.org Subject: RE: [Zope] dtml-with this only broken?
Try this (untested):
<dtml-with expr="this().aq_explicit" only>
The aq_explicit attribute replaces the implicit acquisition wrapper with an explicit one, effectively disabling acquisition for most cases. -Randy