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

Norman Richards (JIRA) jira-events at lists.jboss.org
Mon Jun 15 15:57:57 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBSEAM-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12472197#action_12472197 ] 

Norman Richards commented on JBSEAM-4131:
-----------------------------------------

Can you be more specific about what your issue is?  I tested a properties file with about 7500 properties and I'm not observing anything that seems out of the ordinary.  We have issues with EL performance, but I don't think this fix here should be the issue.

> 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
>            Assignee: Norman Richards
>             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