runxinzhi.com
首页
百度搜索
wpf控件提示Value ‘’ can not convert
我们在对控件的ErrorTemplate设置后,有时会出现Value ‘’ can not convert。
为什么会出现呢?
原因:
如果控件的输入值和null不能转换(比如控件要求的是int或float类型, 而输入信息为空),就会触发默认的ExceptionValidationRule。
如何自定义出错信息?
首先创建自己的ValidationRule继承于ValidationRule,然后设置
ValidationStep
=
"RawProposedValue" ,
这样保证输入时首先用自定义的ValidationRule验证, 这样才能提早弹出自己的提示信息。
相关阅读:
spring的@Transactional注解详细用法
解决:No qualifying bean of type [org.springframework.jdbc.core.JdbcTemplate] found for dependency
SpringBoot2 启动报错 Failed to auto-configure a DataSource
SpringBoot2 全局异常处理
Intellij IDEA 将工程转换成maven工程 详解
js性能优化
JDK故障处理工具箱
编写高性能的jquery代码
maven工程解决jar包冲突依赖问题
spring aop中xml配置文件中标签和属性对应的类
原文地址:https://www.cnblogs.com/muzizongheng/p/3408152.html
最新文章
Windows下超强日志工具BareTail
在windows下实时监控、接受文件变化小工具
将windows控制台内容输出到文件中
关于 HTTP GET/POST 请求参数长度最大值的一个理解误区
Spring Cloud Config 配置中心 生产环境下相关问题
Spring Cloud Eureka 服务关闭但是未从注册中心删除 自我保护机制
spring框架中的@Import注解
windows下安装和配置多个版本的JDK
提供Oracle账号仅用于jdk 下载
Java 注解
热门文章
反射setAccessible()方法
Spring Cloud 关于 hystrix 的异常 fallback method wasn't found
Spring Cloud / Spring Boot There was an unexpected error (type=Unauthorized, status=401). Full authentication is required to access this resource.
Spring Cloud 获取注册中心所有服务以及服务下的所有实例
Java Rest客户端框架有哪些
SpringBoot 中常用注解@Controller/@RestController/@RequestMapping的区别
SpringBoot2 使用@RestController 无法返回一个地址,前台无法渲染为页面,只能返回json数据
SpringBoot2 【关于:Table 'XXX.hibernate_sequence' doesn't exist】
SpringBoot2 JPA No Identifier specified for entity的解决办法
SpringBoot2 集成三种连接池 c3p0 hikari druid
Copyright © 2020-2023
润新知