forum

Home / DeveloperSection / Forums / identifying which check boxes are selected using JAVA ( jsp)

identifying which check boxes are selected using JAVA ( jsp)

Anonymous User 1287 07-Dec-2015
I am building  a servlet that displays a simple form with checkboxes , when the user selects the number of checkboxes he wants and clicks on a "confirm" the POST request in my servlet checks for which boxes have been checked and queries the database based .

I am unsure on how to do this in Java as the user may select either 1 or more checkboxes . if somebody could explain this with a small example this would be great.

I am very new to programming and would provide a code snippet if I knew how to do it .

java java  jsp 
Updated on 07-Dec-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By