[Zope] dtml-with this only broken?
Dieter Maurer
dieter@handshake.de
Fri, 23 Mar 2001 20:20:09 +0100 (CET)
Ron Bickers writes:
> It seems that <dtml-with "this()" only> doesn't do what one would expect.
> My 'description' is still being acquired. I found in the mailing list that
> I can use something like <dtml-if "_.hasattr(aq_explicit, 'description')">,
> but why doesn't the with only work?
Please read the sections "Name Lookup" and "DTML -> Commands -> with" in
URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html
You will probably recognize that the expectations were wrong....
Dieter