Answer the question
In order to leave comments, you need to log in
Thymeleaf, th:text doesn't work when inside another th:text, how to get around?
Here is a simple example of how to get around this, I'm considering any options, I would be very grateful for the help.
Here price is simply not shown, everything is eaten by name
<h4 th:text="${product.name}">Some product<span th:text="${product.getPrice()}">45</span></h4>
Answer the question
In order to leave comments, you need to log in
If memory serves, then you need something like th:inline
this:
<h4 th:inline="text"><span th:text="${product.getPrice()}">45</span></h4>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question