[Zope] manage_delObjects

Pierre Rougier prougier@ina.fr
Fri, 16 Jun 2000 16:03:39 +0200


Hi all  :^)

I have a problem with manage_delObjects:
this is the text of one of my dtml-method:

<dtml-var standard_html_header>
 <dtml-in "PARENTS[0].objectValues(['ObjetBIB'])" sort=key>
    <dtml-if "id ==QUERY_STRING">
      <dtml-call "manage_delObjects(_[id],[REQUEST])">
      <dtml-var id><BR>
    </dtml-if>
 </dtml-in>
<dtml-var standard_html_footer>

and Zope says me:

               Zope Error

               Zope has encountered an error while publishing this
resource.

               Error Type: AttributeError
               Error Value: __getitem__

well......... does anyone knows the right args for  manage_delObjects?

thanks by advance...
Piotr