[Zope-dev] manage_delObjects : problem DTML & Python

Johan Beauce jbeauce@odyssey-group.com
Tue, 14 Aug 2001 14:04:03 +0200


Hello,

this is my code where I have problem :

<dtml-in "REQUEST.form[('idChk')]">
   <dtml-call "manage_delObjects(REQUEST.idChk[<dtml-var
sequence-number>])">
</dtml-in>

REQUEST.form[('idChk')] return a list wich I receive
from a "form". But this code is wrong because Zope
don't accept a <dtml-var> in a <dtml call>.
How can I insert an index for delete all objects
that return my list idChk ? Do I have to use Python
script for solve this problem.

Thanks a lot,

Johan Beauc=E9.