Tomcat shows this error:
anonymous wrote : javax.el.PropertyNotFoundException: /template.xhtml @20,77 value="#{messages.org.jboss.seam.loginSuccessful}"
This is my template.xhtml:
<f:loadBundle basename="com.idsscheer.ares.resources.messages" var="messages" />
|
| ...
|
| <h:outputText value="#{messages.org.jboss.seam.loginSuccessful}" />
And this is the messages.properties:
org.jboss.seam.loginSuccessful=Nusseis
Exactly what I expected since the special meaning of the dot in EL.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129564#4129564
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129564