]> source.dussan.org Git - vaadin-framework.git/commit
Most validators should accept null or empty string (#10561, #10713). 34/634/1
authorHenri Sara <hesara@vaadin.com>
Mon, 14 Jan 2013 11:22:54 +0000 (13:22 +0200)
committerHenri Sara <hesara@vaadin.com>
Mon, 14 Jan 2013 11:22:54 +0000 (13:22 +0200)
commit1f3656e0dcdd59c323a9ab7d9b962e42250f0aa3
tree2e24fc8c53c7696a5d8af297fac5edeebd2bb61b
parentcc9cc89865d7378a06497fa4ec08c30311b9f83a
Most validators should accept null or empty string (#10561, #10713).

Change-Id: I1e8d6015aefdc184af6383cb22cdf3e13be351cf
server/src/com/vaadin/data/validator/EmailValidator.java
server/src/com/vaadin/data/validator/RangeValidator.java
server/src/com/vaadin/data/validator/RegexpValidator.java
server/tests/src/com/vaadin/tests/data/validator/TestRegexpValidator.java [new file with mode: 0644]
server/tests/src/com/vaadin/tests/server/component/textfield/TextFieldWithConverterAndValidator.java [new file with mode: 0644]
server/tests/src/com/vaadin/tests/server/component/textfield/TextFieldWithValidator.java [new file with mode: 0644]