The given object has a null identifier问题解决

今天做项目过程中遇到了一下小BUG:

The given object has a null identifier :................

一般来说主要修改时候主键没有传递或者name属性指定错误.我的错误是因为属参数值没有传递过来造成的,忽略了隐藏域。

解决方案:

        action="${pageContext.request.contextPath }/customer_update.action"
        method="post" enctype="multipart/form-data">
        
                      添加隐藏域


你可能感兴趣的:(------【Web前端】)