I am writing a web service. I use java, servlet, jetty, freemarker, hibernate, mysql (just in case I listed everything).
In html file there is a label with several fields (tr), in the first column of which there is a checkbox.
The idea is as follows:
- I put a flag for some field
- My servlet sees that the checkbox has somehow changed (either a new class has been added, or some data- * attribute has been added, xs what)
- Starting to operate with data from the selected row.
Tell me how to do this?
If in the process of communicating with you either I add the code, or I will inform you about something else. It does not come to my mind what can be done, so for the time being I will still be looking for a google.
valueattribute try to read this parameter in servlet fromHttpServletRequest req- Prahvessor