[Zope] [Fwd: [Zope] manage_delObjects]

Pierre Rougier prougier@ina.fr
Fri, 16 Jun 2000 18:06:40 +0200


Pierre Rougier a écrit :

> Pierre Rougier a écrit :
>
> Hi all  :^)
>
> >
>
> I found (thanks to Jerome) that was:
>
> <dtml-call "manage_delObjects(_['id'], REQUEST)">
>
> this is very hard to find documentation about the manage functions, no?
> the ZQR is not very fine for that........
> do u know a place where I can find??????
>
> >
> > 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
> >
> > _______________________________________________
> > Zope maillist  -  Zope@zope.org
> > http://lists.zope.org/mailman/listinfo/zope
> > **   No cross posts or HTML encoding!  **
> > (Related lists -
> >  http://lists.zope.org/mailman/listinfo/zope-announce
> >  http://lists.zope.org/mailman/listinfo/zope-dev )