Hi
I use <html:multibox property="customers" value="<c:out value='${
customer.idcustomer}'/>"/> for list of checkbox with the customer ID as
value.
but in the output i have this <input type="checkbox" name="customers"
value="<c:out value='${customer.idcustomer}'/>"
checked="checked">so i want to know where is the problem ? Any idea is appreciated.

