为了账号安全,请及时绑定邮箱和手机立即绑定

插入进去数据,在数据库显示null

ERROR [2017-04-20 20:50:29.395] util.logging.commons.CommonsLogger  Developer Notification (set struts.devMode to false to disable this message):

Unexpected Exception caught setting 'pname' on 'class com.store.ssh.action.ProductAction: Error setting expression 'pname' with value ['123', ]

ERROR [2017-04-20 20:50:29.456] util.logging.commons.CommonsLogger  Developer Notification (set struts.devMode to false to disable this message):

Unexpected Exception caught setting 'price' on 'class com.store.ssh.action.ProductAction: Error setting expression 'price' with value ['123', ]

Action中的save方法执行了

Service中的save方法执行了

DAO中的save商品方法执行了

Hibernate: insert into product (pname, price) values (?, ?)

http://img1.sycdn.imooc.com//58f8af400001e05007760598.jpg

正在回答

2 回答

你看下action类中,getModel方法中返回值是否为NULL,是的话改为product就可以了。

0 回复 有任何疑惑可以回复我~

你没获取到表单输入的值,所以为空

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

插入进去数据,在数据库显示null

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信