[Zope] Deleting ZClass Instances via DTML

Nico Grubert nico@beehive.de
Mon, 21 Feb 2000 11:52:07 +0100


Hello,

is there a way deleting a ZClass instance via dtml ?
syntax like this:

<form action name="del">
 ??? delObj <dtml-var id> ???
  <input type=submit value="delete">
</form

id is the id of the object I want to delete.

thank you
nico