[Zope] R: [Zope] manage_delObjects
Marcel Preda
marcel@punto.it
Fri, 16 Jun 2000 15:55:22 +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?
I have no idea about that :)
But I suppoese that you must use _['id'] or just id instead of _[id]
PM
PS: The pepople from www.euro2000.org seem have problems with user
authetification.
Help them , register some users there
I hope they are not using Zope :)