diff options
author | Matti Hosio <mhosio@vaadin.com> | 2014-12-12 14:08:41 +0200 |
---|---|---|
committer | Matti Hosio <mhosio@vaadin.com> | 2014-12-12 14:08:41 +0200 |
commit | c4aab1fe917b3cae5a41c8acc1e7cbea07700106 (patch) | |
tree | aed7a17efbba11b6d57fa8ef5cd04a2fe0524e5c /server/src/com/vaadin/ui/AbstractComponent.java | |
parent | e09ba97f64c19d5efcd2d99b7ebf9b7dfef144d7 (diff) | |
download | vaadin-framework-c4aab1fe917b3cae5a41c8acc1e7cbea07700106.tar.gz vaadin-framework-c4aab1fe917b3cae5a41c8acc1e7cbea07700106.zip |
Some logging improvements and minor fixes for Declarative (#7749)
Change-Id: Iccb1bbf3be1a030d4902165dbf59ecea3e8b134b
Diffstat (limited to 'server/src/com/vaadin/ui/AbstractComponent.java')
-rw-r--r-- | server/src/com/vaadin/ui/AbstractComponent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/AbstractComponent.java b/server/src/com/vaadin/ui/AbstractComponent.java index 434fb114df..adbb6d7fe7 100644 --- a/server/src/com/vaadin/ui/AbstractComponent.java +++ b/server/src/com/vaadin/ui/AbstractComponent.java @@ -1206,7 +1206,7 @@ public abstract class AbstractComponent extends AbstractClientConnector private static final String[] customAttributes = new String[] { "width", "height", "debug-id", "error", "width-auto", "height-auto", "width-full", "height-full", "size-auto", "size-full", - "responsive", "immediate", "locale", "read-only" }; + "responsive", "immediate", "locale", "read-only", "_id" }; /* * (non-Javadoc) |