3 Dec
2001
3 Dec
'01
3:40 p.m.
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?