hello
i have some stupid problems at jsp-servlet comunication.
in my
jsp i have a table with multiple columns, <input type="text"..> and one column that has a checkbox. of course i take the data from a database,so i can have a lot of rows in that table. My plan is to have this checkbox being editable..for any row. So when the user pressed the "save" button, it saves the changes in db. I have the checkbox a name, to send it to the
servlet . this works correct. now i wanted to detect when the users checks and unchecks the checkbox.
This is done with js i presume, at onclick. but i don't get what i am seding in that javascript, so i can use in the servlet, (in my logic of distinguishing the cheked and uncheck box).
as i said, trivial question, but i am a bit stuck. thank you