thymeleaf selection expression | complete project | thymeleaf expression | okay java

preview_player
Показать описание
thymeleaf selection expression | complete project | thymeleaf expression | okay java
Selection expressions are just like variable expressions, except they will be executed on a previously selected object instead of the whole context variables map. They look like this:
<div th:object="${book}">
<span th:text="*{title}" >...</span>
</div>

Download the source code
Рекомендации по теме