On Wed, 12 Jul 2000, Terry Babbey wrote:
> Now if only I could get my dtml-if statement working.
> > > <dtml-if "_[ProgCode + 'PIC']">

I believe this should work (mostly tested):

<dtml-if "_.has_key(ProgCode + 'PIC')">

Note that this will be true if the id exists anywhere in the
acquisition path.

--RDM


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to