[richfaces-issues] [JBoss JIRA] (RF-13307) Support java.util.Set in iteration components

Matti Bickel (JIRA) jira-events at lists.jboss.org
Fri Nov 1 06:31:03 EDT 2013


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

Matti Bickel updated RF-13307:
------------------------------

    Description: 
JSF-2.2 now supports iteration over sets as in

{code:xml}
<h:dataTable value="#{myBean.mySet}" var="elem">
  <h:column>#{elem.name}</h:column>
</h:dataTable>
{code}

Using RF iteration components this is currently not possible as UISequence.java doesn't detect Sets and treats them as scalar values.
Would be nice if RF catches up with JSF here.

  was:
JSF-2.2 now supports iteration over sets as in

<h:dataTable value="#{myBean.mySet}" var="elem">
  <h:column>#{elem.name}"</h:column>
</h:dataTable>

Using RF iteration components this is currently not possible as UISequence.java doesn't detect Sets and treats them as scalar values.
Would be nice if RF catches up with JSF here.


    
> Support java.util.Set in iteration components
> ---------------------------------------------
>
>                 Key: RF-13307
>                 URL: https://issues.jboss.org/browse/RF-13307
>             Project: RichFaces
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.5-Tracking, 5.0.0.Alpha3
>         Environment: Wildfly-8.0.0.Beta1
>            Reporter: Matti Bickel
>
> JSF-2.2 now supports iteration over sets as in
> {code:xml}
> <h:dataTable value="#{myBean.mySet}" var="elem">
>   <h:column>#{elem.name}</h:column>
> </h:dataTable>
> {code}
> Using RF iteration components this is currently not possible as UISequence.java doesn't detect Sets and treats them as scalar values.
> Would be nice if RF catches up with JSF here.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list