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

Pete Muir (JIRA) jira-events at lists.jboss.org
Mon Apr 20 05:48:38 EDT 2009


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

Pete Muir updated JBSEAM-4131:
------------------------------

    Fix Version/s: 2.1.2.CR2


> 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
>             Fix For: 2.1.2.CR2
>
>
> Since I upgraded to 2.1.2.CR1 I'm facing problems with EL expressions within messages files. Which means:
> The value of
> controls_logout_user=#{identity.username} abmelden
> won't be rendered anymore.
> Code:
> <s:link action="#{identity.logout}" value="#{messages.controls_logout_user}" 
> rendered="#{identity.loggedIn}" propagation="none" />
> HTML Result:
> <a id="fwcMenuForm:j_id51" 
> href="http://localhost:80/home?actionMethod=modules%2Fhome.xhtml%3Aidentity.logout"/>
> Expected HTML Result:
> <a id="fwcMenuForm:j_id51" 
> href="http://localhost:80/home?actionMethod=modules%2Fhome.xhtml%3Aidentity.logout">username abmelden</a>

-- 
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