我的代码中没有th:object时可以正常执行,当加上引入user之后,就报错了

来源:5-18 -Thymeleaf实战-前台编码-02

不见故里长安

2019-09-10

<form action="/users" th:action="@{/users}" method="POST" >
    <input type="hidden" name="id" >
    名称:<br>
    <input type="text" name="name" >
    <br>
    邮箱:<br>
    <input type="text" name="email" >
    <input type="submit" value="提交">
</form>

代码是这样的时候可以正常执行

<form action="/users" th:action="@{/users}" method="POST" th:object="${userModel.user}">
    <input type="hidden" name="id" >
    名称:<br>
    <input type="text" name="name" >
    <br>
    邮箱:<br>
    <input type="text" name="email" >
    <input type="submit" value="提交">
</form>

当加上th:object后就报错
图片描述

写回答

1回答

不见故里长安

提问者

2019-09-10

。。。。因为controller中user写错了

0
1
老卫
好的,采纳答案,关闭问题
2019-09-11
共1条回复

基于Spring Boot技术栈博客系统企业级前后端实战

毕设 Elasticsearch搜索+Thymeleaf模板+JPA+Security+BootStrap

1296 学习 · 738 问题

查看课程