[richfaces-issues] [JBoss JIRA] (RF-10037) CDK: <c:forEach > should generate while(){} loop for Iterator and Enumeration

Paul Dijou (JIRA) jira-events at lists.jboss.org
Tue May 29 07:50:18 EDT 2012


    [ https://issues.jboss.org/browse/RF-10037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696717#comment-12696717 ] 

Paul Dijou commented on RF-10037:
---------------------------------

Nice!

Just to know, would it be possible to make things easier with :

{code:xml}
<cc:implementation>
    <c:forEach items="#{MyEnum.values()}" var="item">
        #{item}
    </c:forEach>
</cc:implementation>
{code}

In order to save one line (because each time you write a line you could have save, God kill a unicorn baby!).
                
> CDK: <c:forEach > should generate while(){} loop for Iterator and Enumeration
> -----------------------------------------------------------------------------
>
>                 Key: RF-10037
>                 URL: https://issues.jboss.org/browse/RF-10037
>             Project: RichFaces
>          Issue Type: Task
>          Components: cdk, optimization
>    Affects Versions: 4.0.0.Milestone4
>            Reporter: Alexander Smirnov
>            Assignee: Lukáš Fryč
>             Fix For: 4.3.0.Milestone1
>
>


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

       



More information about the richfaces-issues mailing list