I am making a table of experience data using the th:each attribute with Thymeleaf and my goal is to have a submit button in each row that, when
You need to fill your form with inputs as the inputs get sent:
Submit
This will hide your object data from user but when they click on submit, it will send the object data as required (rather than having empty form sent as you have it currently).