[Zope] How to delete image from DTML-CALL?

Andy McKay andy@agmweb.ca
Thu, 03 Jul 2003 11:46:33 -0700


Please consider using Python its much easier.

 >   <dtml-if "objectValues()=='Image'">

Whats this meant to be? objectValues is a list of all the objects in a 
folder. If you are trying test the objects type use <dtml-if "meta_type 
== 'Image'">
-- 
   Andy McKay
   http://www.agmweb.ca