which row in Result selected using seletctBooleanCheckbox and dataTable?
A JSP page display the Result in dataTable. Each row has a selectBooleanCheckbox. Can someone show me how to map which row the user selected from selectBooleanCheckbox to that particular row in Result? Is it a requirement to create a dataModel as a wrapper to Result or can we work directly with Result? There must be a way to provide the mapping without going to the database again, right?
Thanks.
kenneth

