summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/ui/ui/UIConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/com/vaadin/shared/ui/ui/UIConstants.java b/shared/src/com/vaadin/shared/ui/ui/UIConstants.java
index 06a4afae98..15f56b6ce2 100644
--- a/shared/src/com/vaadin/shared/ui/ui/UIConstants.java
+++ b/shared/src/com/vaadin/shared/ui/ui/UIConstants.java
@@ -44,6 +44,6 @@ public class UIConstants {
/**
* Name of the parameter used to transmit UI ids back and forth
*/
- public static final String UI_ID_PARAMETER = "uiId";
+ public static final String UI_ID_PARAMETER = "v-uiId";
}