Author: vrubezhny
Date: 2012-09-12 08:57:51 -0400 (Wed, 12 Sep 2012)
New Revision: 43623
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/inputname.xhtml
Log:
JBIDE-12441
Wrong cursor position after using code assist for EL with '[]'
JUnit Test Case is fixed
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/inputname.xhtml
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/inputname.xhtml 2012-09-12
12:51:53 UTC (rev 43622)
+++
trunk/jsf/tests/org.jboss.tools.jsf.base.test/projects/JSF2Beans/src/test/beans/inputname.xhtml 2012-09-12
12:57:51 UTC (rev 43623)
@@ -12,5 +12,5 @@
<h:outputText value="#{mybean2['10']}"/>
<h:outputText value="#{mybean2[]}"/>
<h:outputText value="#{mybean2['100'].ch}"/>
-<h:outputText value="#{myBean.myMap['100'].size"/>
+<h:outputText value="#{myBean.myMap['100'].siz}"/>
</html>
\ No newline at end of file
Show replies by date