[Zope] Zope Bug? Exception Handling does not work properly...

Chris Withers chrisw@nipltd.com
Tue, 5 Jun 2001 18:43:26 +0100


<dtml-try>
   <dtml-call "manage_addImage(PicName, attached_file.read(), '')">
<dtml-except BadRequestException>
   An Image with the same name already exists. Please choose a different
one.
</dtml-try>

...that sort of thing should be in a Python Script, shame on you! ;-)

cheers,

Chris