If your page has a control something like this:

<input type="checkbox" name="idValue" value="${myObj.id}">


Then in the servlet that you go to when submitting the...