9 Oct
2003
9 Oct
'03
4:48 p.m.
On Thu, 2003-10-09 at 09:02, Michael Bleijerveld wrote:
<input type="checkbox" name="getSelection(id)" value="id" >
When something isn't working the way you expect, look at the code behind what the template generates. This one should be pretty obvious, as all your checkboxes are named "getSelection(id)". You probably wanted to use <dtml-var "getSelection(id)"> instead. HTH, Dylan