[seam-issues] [JBoss JIRA] Updated: (SOLDER-111) org.jboss.seam.solder.el.Expressions.evaluateValueExpression() throws an NPE when evaluating a messages expression

Ian Hands (JIRA) jira-events at lists.jboss.org
Sun Jul 24 23:20:23 EDT 2011


     [ https://issues.jboss.org/browse/SOLDER-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Hands updated SOLDER-111:
-----------------------------

    Attachment: index.xhtml
                ElTester.java


Reproducer files

> 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

        


More information about the seam-issues mailing list