]> source.dussan.org Git - vaadin-framework.git/commitdiff
form handles its own caption
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 13 Aug 2008 06:11:50 +0000 (06:11 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 13 Aug 2008 06:11:50 +0000 (06:11 +0000)
svn changeset:5178/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/IForm.java

index 8613f0bfde9ab3e74d6a5d3f3205cf12d7fa4186..6722e1e42103a1971cd046761a47bbb2516efc54 100644 (file)
@@ -54,7 +54,7 @@ public class IForm extends ComplexPanel implements Paintable,
     }\r
 \r
     public void updateFromUIDL(UIDL uidl, ApplicationConnection client) {\r
-        if (client.updateComponent(this, uidl, true)) {\r
+        if (client.updateComponent(this, uidl, false)) {\r
             return;\r
         }\r
 \r