[ 
https://issues.apache.org/jira/browse/MYFACES-1854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606619#action_12606619
 ] 

Leonardo Uribe commented on MYFACES-1854:
-----------------------------------------

Sorry my long silence, other important tasks focus my attention before. The 1.2 
faces-config.xml does not use dtd for validation

it starts like this:

<?xml version="1.0" encoding="utf-8"?>
<faces-config xmlns="http://java.sun.com/xml/ns/javaee"; 
                         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
                        xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd";
                        version="1.2">

> <f:selectItems> does not evaluates EL expressions
> -------------------------------------------------
>
>                 Key: MYFACES-1854
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1854
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.2.2
>            Reporter: Guy Bashan
>
> <f:selectItems> does not evaluates EL expressions. This, for example, makes 
> impossible to create multi-language dynamic drop down items.
> Example:
> -------------
> SelectItem selectItem = new SelectItem("-1",  
> "#{bundle['dropdown.advertiser.select']}")
> This EL expression will not be evaluated.
> In JSP value is evaluated:
>   <h:selectOneMenu>
>     <f:selectItem itemValue="-1" 
> itemLabel="#{bundle['dropdown.advertiser.select'']}" />
>   </h:selectOneMenu>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to