2 Apr
2009
2 Apr
'09
3:20 a.m.
Hi, I have a variable called "checkGroup" where its values are the record ids that the user selected to be deleted. I have a deleteRecord method that takes two arguements, one the sql table and the record id to be deleted. The code below works fine except for when the user only select one item from the checkGroup list, I get an error "string not allow in in". Any suggestions of how I could fix this? Thanks. <dtml-in checkGroup> <dtml-let deleteItem=sequence-item> <dtml-var "deletedRecord(table,deleteItem)"> </dtml-let> </dtml-in>