I have a jsp which displays a list of objects with check boxes beside each of them and a "delete" link. When I check some of the check boxes and click on the "Delete" link, all the checked objects have to be deleted. For this, I need to populate a vecor with all the checked objects and pass it onto another jsp which will do the rest of the job. How do I populate the vector with only the checked objects? If a vector is not a good idea, are there any alternatives?
Thanx in advance.
Thanx in advance.