表单提交验证报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了表单提交验证报错相关的知识,希望对你有一定的参考价值。

[org.jeecgframework.core.common.exception.GlobalExceptionResolver]全局处理异常捕获:
org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 1 errors
Field error in object ‘goodsEntity‘ on field ‘id‘: rejected value [,]; codes [typeMismatch.goodsEntity.id,typeMismatch.id,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [goodsEntity.id,id]; arguments []; default message [id]]; default message [Failed to convert property value of type ‘java.lang.String[]‘ to required type ‘java.lang.Integer‘ for property ‘id‘; nested exception is java.lang.NumberFormatException: For input string: ","]

错误原因是有两个name为id的属性,默认为数组。

解决方法,删除一个属性即可。

 

以上是关于表单提交验证报错的主要内容,如果未能解决你的问题,请参考以下文章

discuze回放提示“抱歉,您的请求来路不正确或表单验证串不符,无法提交”

禁止表单提交

yii2 表单提交一直报错 或者页面脚本写ajax,用firbug调试总是找不到地址页面404

表单验证神器-validate

在LayUI表单中,有AJAX方式来提交表单吗

如何验证jsp表单提交不为空