]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix for #7626
authorJohn Alhroos <john.ahlroos@itmill.com>
Fri, 23 Sep 2011 08:36:35 +0000 (08:36 +0000)
committerJohn Alhroos <john.ahlroos@itmill.com>
Fri, 23 Sep 2011 08:36:35 +0000 (08:36 +0000)
svn changeset:21264/svn branch:6.7

src/com/vaadin/ui/Form.java

index 96ba2168d5ce65de6cf618ab3fb4fdfbad87b174..8ee702bbb47937748255d5ce773b61974958de90 100644 (file)
@@ -743,6 +743,7 @@ public class Form extends AbstractField implements Item.Editor, Buffered, Item,
 
         // If the new datasource is null, just set null datasource
         if (itemDatasource == null) {
+            requestRepaint();
             return;
         }