I have a couple of checkbox in my
jsp page. Those which are ticked pass their values correctly to the database. Those that are unticked pass a "null" value to the database. I dont want a "null" value but just an empty field. How do i do that.
This is my code
String checkbox1 = request.getParameter("Checkbox1");