qq_杰哥来说两句_0
2017-04-20 20:53
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 (?, ?)
你看下action类中,getModel方法中返回值是否为NULL,是的话改为product就可以了。
你没获取到表单输入的值,所以为空
基于SSH实现员工管理系统之框架整合篇
49832 学习 · 344 问题
相似问题