[Zope] dtml-in mapping, and sessions

Chris Withers chrisw@nipltd.com
Wed, 10 Jul 2002 21:59:31 +0100


"Thomas B. Passin" wrote:
> 
> Nope:
> 
> <dtml-if "_['sequence-item']">

bzzzzt... wrong.

That will call sequence-item if it is callable, which is often not what you want
;-)

cheers,

Chris