I'm processing a multi form page from jsp. And I have to display checkbox in table format having value=id which is getting from ResultSet in ArrayList object. So my question is how to display check box with each row setting in value= id. And row (record) is coming from ArrayList.I'm processing a multi form page from jsp. And