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 )
On Fri, 16 Jun 2000, Pierre Rougier wrote:
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??????
Use the source, Luke! It is THE definitive answer. Thanks DC, Zope sources are almost fine and clear. And there are many downloadable Products out there. Many of them are good sources of information (in both senses of the ord "sources" :) Oleg. (All opinions are mine and not of my employer) ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
participants (2)
-
Oleg Broytmann -
Pierre Rougier