23 Mar
2001
23 Mar
'01
7:20 p.m.
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