[Zope] Deletion problem

Jim Washington jwashin@vt.edu
Mon, 03 Dec 2001 10:40:53 -0500


manage_delObjects needs a list, e.g.,

<dtml-call "zmovie_images.manage_delObjects(ids=[zmovie_id])">

--Jim Washington


Demont Maarten wrote:

> Hi
> 
>  
> 
> I?m trying to delete an object in the ZODB database.  I try:
> 
>  
> 
> ?
> 
> <dtml-call "zmovie_images.manage_delObjects(ids=zmovie_id)">
> 
> ?
> 
>  
> 
> zmovie_images is my subdirectory and I know zmovie_id is the correct id 
> of the file I try to delete (I tested it).
> 
> However, no deletion is done and there is no errormessage whatsoever?
> 
>  
> 
> Can anyone help?