The question is clear that i want a group of checkboxes in a
jsp and want to display checked checkbox, which are selected, on the other jsp.
this is what i have tried a bit
First jsp page: Second JSP page written the getter and setter methods in the form class and have taken an ArrayList for storing the checkbox object
when run the second jsp in browser it gives an error at the setter method of the formbean that - argument type mismatch -
please help me for this .....
thanks in advance...