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

来源:5-4 添加事务管理-Spring整合Hibernate

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 (?, ?)

http://img.mukewang.com/58f8af400001e05007760598.jpg

写回答 关注

2回答

  • XJRong
    2017-05-03 23:39:05

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

  • qq_水忆轻寒_0
    2017-04-24 01:27:48

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

基于SSH实现员工管理系统之框架整合篇

本视频教程主要介绍环境搭建和SSH框架整合,逐层深入理解学习

49832 学习 · 344 问题

查看课程

相似问题