]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix for #5006
authorJohn Alhroos <john.ahlroos@itmill.com>
Tue, 29 Jun 2010 12:16:04 +0000 (12:16 +0000)
committerJohn Alhroos <john.ahlroos@itmill.com>
Tue, 29 Jun 2010 12:16:04 +0000 (12:16 +0000)
svn changeset:13962/svn branch:6.4

src/com/vaadin/ui/Table.java

index fb9962c8a718cd9bb4e1c50f52262b6dc24b2680..031935cc70fe23a3346dfaced8cab22bdccd7940 100644 (file)
@@ -1455,6 +1455,13 @@ public class Table extends AbstractSelect implements Action.Container,
                 pageBuffer = cells;
                 unregisterPropertiesAndComponents(oldListenedProperties,
                         oldVisibleComponents);
+
+                /*
+                 * We need to repaint so possible header or footer changes are
+                 * sent to the server
+                 */
+                requestRepaint();
+
                 return;
             }