↧
Answer by Greg for how to pass a value using thymeleaf to data of bootstrap?
The following line makes no sense: data-id="th:text="${car.id}""The purpose of th:text is to modify the body text of the element (in this case, a button element). You're trying to set an attribute...
View Articlehow to pass a value using thymeleaf to data of bootstrap?
I want to use Thymeleaf to pass a value to data from Bootstrap.I don't know how to do it. Can you help me?<tr th:each="car : ${lCars}" class="succes"><td...
View Article