【发布时间】:2020-02-17 01:50:36
【问题描述】:
我正在使用 Spring MVC 和 Thymeleaf。 我的模板在表单标记处如下所示:
<form method="post" class="from-group">
</form>
它有效,但没有th:action th:object。
我非常喜欢这个(非常简单),但我没有找到任何解释。
没有 th:action 和 th:object 怎么办?
【问题讨论】:
标签: spring-mvc binding thymeleaf