diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/com/vaadin/shared/ui/Connect.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/com/vaadin/shared/ui/Connect.java b/shared/src/com/vaadin/shared/ui/Connect.java index cac5a4fd4a..17a8001b27 100644 --- a/shared/src/com/vaadin/shared/ui/Connect.java +++ b/shared/src/com/vaadin/shared/ui/Connect.java @@ -82,7 +82,7 @@ public @interface Connect { * @return the hint for the widget set generator how the client side * implementation should be loaded to the browser */ - LoadStyle loadStyle() default LoadStyle.DEFERRED; + LoadStyle loadStyle() default LoadStyle.EAGER; public enum LoadStyle { /** |