From 27fd12ff576ba90e6228939bfaf9a880dc4cf264 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Thu, 24 Jul 2014 11:48:03 -0400 Subject: [PATCH] Setup netui_tagIdNameMap in a way that allows for numeric IDs --- .../beehive/netui/tags/javascript/javaScript.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beehive-netui-tags/src/main/resources/org/apache/beehive/netui/tags/javascript/javaScript.properties b/beehive-netui-tags/src/main/resources/org/apache/beehive/netui/tags/javascript/javaScript.properties index 9d0b12c..f6442e9 100644 --- a/beehive-netui-tags/src/main/resources/org/apache/beehive/netui/tags/javascript/javaScript.properties +++ b/beehive-netui-tags/src/main/resources/org/apache/beehive/netui/tags/javascript/javaScript.properties @@ -240,7 +240,7 @@ netui_names.{0}="{1}"\n # This is a mapping between tagId and name tagIdNameMappingEntry=\ -netui_tagIdNameMap.{0}="{1}"\n +netui_tagIdNameMap["{0}"]="{1}"\n # simple method to return the real id for the a scoped tagId getNetuiTagNameAdvanced=\ @@ -323,7 +323,7 @@ singleIdToNameMappingTable=\ \n// map tagId to "real name"\n\ if (netui_tagIdNameMap == null)\n\ \ var netui_tagIdNameMap = new Object();\n\ -netui_tagIdNameMap.{0}="{1}"\n +netui_tagIdNameMap["{0}"]="{1}"\n #This method will invoke the NetUICommand infrastructure netuiAction=\