org.jboss.seam.solder.el.Expressions.evaluateValueExpression() throws an NPE
when evaluating a messages expression
------------------------------------------------------------------------------------------------------------------
Key: SOLDER-111
URL: https://issues.jboss.org/browse/SOLDER-111
Project: Seam Solder
Issue Type: Bug
Reporter: Ian Hands
Attachments: ElTester.java, index.xhtml
The following seems to always fail:
String expression = "#{messages['some.property.key']}";
return expressions.evaluateValueExpression(expression);
Where this is working great:
String expression = "#{someBean.test}";
return expressions.evaluateValueExpression(expression);
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues