Author: estherbin
Date: 2008-07-31 07:12:51 -0400 (Thu, 31 Jul 2008)
New Revision: 9449
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/ElService.java
Log:
Fix bugs.
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/ElService.java
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/ElService.java 2008-07-31
10:56:33 UTC (rev 9448)
+++
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/ElService.java 2008-07-31
11:12:51 UTC (rev 9449)
@@ -177,7 +177,7 @@
textValue = sourceNode.getFirstChild().getNodeValue();
}
if ((textValue != null) && isContainsEl(textValue)) {
- final String newValue =
bundleMap.getBundleValue(sourceNode.getNodeValue(), 0);
+ final String newValue = bundleMap.getBundleValue(textValue, 0);
if (!textValue.equals(newValue)) {
rst = true;
Show replies by date