Quantcast
Channel: how to pass a value using thymeleaf to data of bootstrap? - Stack Overflow
Browsing index pages (2 articles)

how 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


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 Article

Browsing index pages (2 articles)


Latest Images