org.springframework.validation.BeanPropertyBindingResult: 1 errors
来源:11-3 卖家商品-新增功能
xiemaoyu
2018-10-31
Field error in object 'productForm' on field 'categoryType': rejected value [1,001]; codes [typeMismatch.productForm.categoryType,typeMismatch.categoryType,typeMismatch.java.lang.Integer,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [productForm.categoryType,categoryType]; arguments []; default message [categoryType]]; default message [Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'categoryType'; nested exception is java.lang.NumberFormatException: For input string: "1,001"]
3回答
-
xiemaoyu
提问者
2018-11-05
在index.ftl文件里面
、
012018-11-06 -
xiemaoyu
提问者
2018-11-04
已解决 加上?c ${category.categoryType?c}
022018-11-05 -
廖师兄
2018-11-01
你是用postman测试的吗, 截图给我看看你是怎么传的,还有你的productForm是怎么写的
032018-11-04
相似问题