Author: akazakov
Date: 2011-09-07 15:40:46 -0400 (Wed, 07 Sep 2011)
New Revision: 34573
Modified:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/WebContent/pages/inputname.xhtml
Log:
https://issues.jboss.org/browse/JBIDE-9634 Replace EL prefixed used in content assist to
be #{...} instead of ${...} by default
Modified:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/WebContent/pages/inputname.xhtml
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/WebContent/pages/inputname.xhtml 2011-09-07
18:47:20 UTC (rev 34572)
+++
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/WebContent/pages/inputname.xhtml 2011-09-07
19:40:46 UTC (rev 34573)
@@ -13,7 +13,7 @@
<ui:define name="body">
<h:message showSummary="true" showDetail="false"
style="color: red; font-weight: bold;" for="inputname" />
- <ez:input id="inputname" label="${msgs.prompt}"
value="#{user.name}" action="#{user.sayHello}" submitlabel="Say
Hello"/>
+ <ez:input id="inputname" label="#{msgs.prompt}"
value="#{user.name}" action="#{user.sayHello}" submitlabel="Say
Hello"/>
</ui:define>
</ui:composition>
</html>
\ No newline at end of file