Я перебираю документ mongodb по приведенному ниже коду.
<tr th:each="document, state : ${data}">
<td th:text="${state.last}"></td>
</tr>
Я получил ниже исключения.
org.thymeleaf.exceptions.TemplateProcessingException:
Exception evaluating SpringEL expression: "state.last"