]> source.dussan.org Git - vaadin-framework.git/commit
Fix binder.load to reset validation status in the end
authorPekka Hyvönen <pekka@vaadin.com>
Tue, 13 Sep 2016 12:14:04 +0000 (15:14 +0300)
committerPekka Hyvönen <pekka@vaadin.com>
Tue, 13 Sep 2016 12:15:56 +0000 (15:15 +0300)
commitfa32798f140d6f90a064f5fa55f47aee3a4a413f
tree88b74c894f6918b45c876fe8bf90463dbb0264ab
parentad33cb573e1571167a80e9aaf02cb329c0aa4da8
Fix binder.load to reset validation status in the end

Otherwise any validation triggered by field value changes listeners
would cause errors to be visible after loading a new bean.

Change-Id: I741529f491ae6b36ff2a9aa4326c394cc12fb320
server/src/main/java/com/vaadin/data/Binder.java
server/src/test/java/com/vaadin/data/BinderTest.java