Tomas Havelka created TRINIDAD-2296:
---------------------------------------

             Summary: Trinidad does not support iterable f:selectItems
                 Key: TRINIDAD-2296
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2296
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.0.1-core
            Reporter: Tomas Havelka


Trinidad currently does not support JSF2's iterable f:selectItems. The code 
below does not work:

<f:selectItems value="#{controller.reasons}" var="reason" 
                     itemValue="#{reason}" itemLabel="#{reason.description}"/>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to