博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
spring mvc 错误摘要--。位。
阅读量:6568 次
发布时间:2019-06-24

本文共 685 字,大约阅读时间需要 2 分钟。

1.。。。identifier of an instance of org.szgzw.ent.profile.baseinfo.enterprise.EnterpriseEntity was altered from 2c90e4da49514c750149515eb56f0003 to undefined; nested exception is org.hibernate.HibernateException: identifier of an instance of org.szgzw.ent.profile.baseinfo.enterprise.EnterpriseEntity was altered from 2c90e4da49514c750149515eb56f0003 to undefined   

注意本人这里是undedined ,在搜索中发现该类似错误有好多。如:not null      from 11221 to 31211

我这里是undefined 。

事实上这里报这个错的原因是,我提交表单过来时,有一个字段  在相应的controller 中没有去接收它。

比如。

表单中有。<input type="hidden" name="enterprise.uuid" value="${entId }">

           而我在controller中没实用@RequestParam(value = "entId", required = true) String entId,    因此,报告收到了错误的。

版权声明:本文博主原创文章,博客,未经同意不得转载。

你可能感兴趣的文章
第七次课程作业
查看>>
C++ 文本查询2.0(逻辑查询)
查看>>
Objective-C学习总结-13协议1
查看>>
web学习方向
查看>>
A*算法实现
查看>>
第一周 从C走进C++ 002 命令行参数
查看>>
【java】itext pdf 分页
查看>>
看看这个电脑的配置
查看>>
[转]【NoSQL】NoSQL入门级资料整理(CAP原理、最终一致性)
查看>>
RequireJS进阶(二)
查看>>
我设计的网站的分布式架构
查看>>
linux extract rar files
查看>>
Knockout.Js官网学习(监控属性Observables)
查看>>
ORA-12514: TNS: 监听程序当前无法识别连接描述符中请求的服务解决
查看>>
azure之MSSQL服务性能测试
查看>>
Android BitmapFactory.Options
查看>>
前端构建:Less入了个门
查看>>
phonegap(cordova) 自己定义插件代码篇(三)----支付宝支付工具整合
查看>>
linux 批量进行:解压缩某一类压缩文件类型的文件
查看>>
激活modelsim se 10.4 时运行patch_dll.bat不能生成TXT
查看>>