[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4131) Regression: EL expressions in messages not working anymore

Jonas Buechel (JIRA) jira-events at lists.jboss.org
Mon Apr 20 03:30:22 EDT 2009


Regression: EL expressions in messages not working anymore
----------------------------------------------------------

                 Key: JBSEAM-4131
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4131
             Project: Seam
          Issue Type: Bug
    Affects Versions: 2.1.2.CR1
            Reporter: Jonas Buechel


Since I upgraded to 2.1.2.CR1 I'm facing problems with EL expressions within messages files. Which means:

The value of
{code}controls_logout_user=#{identity.username} abmelden{code}
won't be rendered anymore.

Code:
{code}<s:link action="#{identity.logout}" value="#{messages.controls_logout_user}" 
rendered="#{identity.loggedIn}" propagation="none" />{code}

HTML Result:
{code}<a id="fwcMenuForm:j_id51" 
href="http://localhost:80/home?actionMethod=modules%2Fhome.xhtml%3Aidentity.logout"/>{code}

Expected HTML Result:
{code}<a id="fwcMenuForm:j_id51" 
href="http://localhost:80/home?actionMethod=modules%2Fhome.xhtml%3Aidentity.logout">username abmelden</a>{code}



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list