14 Aug
2001
14 Aug
'01
12:04 p.m.
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é.