[Zope] deleting objects through a dtml-call
Katie Legere
klegere at kfpl.ca
Mon Oct 20 14:43:24 EDT 2003
I want to delete a file in Zope: I've iterated through the files in a folder
and when one meets a certain condition I'd like to get rid of it ...
I've been using <dtml-call "manage_delObjects()">
but need to tell it the file to delete
I've tried
<dtml-call "manage_delObjects(this())">
<dtml-call "manage_delObjects(this.getID())">
<dtml-call "manage_delObjects(REQUEST.getID())">
and several other suggestions but am getting nowhere.
What do I need to pass to delObjects() ???
Kate
More information about the Zope
mailing list