[Zope] deleting through iteration

Scott Burton scott@launchpoint.net
Wed, 25 Oct 2000 11:19:53 -0700


This seems as if it would work to delete all objects of a certain meta-type
but it gives me an error.
<dtml-in "Catalog(meta_type='class_name')">
<dtml-call "manage_delObjects(id,[REQUEST])">
</dtml-in>

The error is: 
Error Type: BadRequest
Error Value: 971722944 does not exist

Although, I know it does, I can see it in the ODB.

TIA,

Scott