插入进去数据,在数据库显示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 (?, ?)