【发布时间】:2018-05-21 21:39:17
【问题描述】:
我在下面看到了使用 Thymeleaf 和 Spring boot 进行表单验证的内容。
<p th:if="${#fields.hasErrors('datePlanted')}" th:errors="*{datePlanted}">Incorrect date</p>
现在我不明白:这个字段对象来自哪里?这是Spring准备的东西吗?我迷路了。
【问题讨论】:
标签: spring thymeleaf spring-validator