Thymeleaf form not submitting to Spring boot controller
问题 I am trying to submit a form to Spring boot controller This is the thymeleaf part: <form th:action="@{/change_password}" method="post"> <div class="row"> <div class="col-md-9 register-right"> <div class="tab-content" id="myTabContent"> <div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab"> <h3 class="register-heading">Change password</h3> <div class="row register-form"> <div class="col-md-6"> <div class="form-group"> <input type="email" th:name="email" id