You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Paul Nicolucci (JIRA)" <de...@myfaces.apache.org> on 2018/04/09 18:18:00 UTC

[jira] [Commented] (MYFACES-4222) MYFACES-4203 regresses ui:repeat with model and a step other than 1

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

Paul Nicolucci commented on MYFACES-4222:
-----------------------------------------

I should have a patch for this by the end of the day today.

> MYFACES-4203 regresses ui:repeat with model and a step other than 1
> -------------------------------------------------------------------
>
>                 Key: MYFACES-4222
>                 URL: https://issues.apache.org/jira/browse/MYFACES-4222
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-372
>    Affects Versions: 2.3.0
>            Reporter: Paul Nicolucci
>            Assignee: Paul Nicolucci
>            Priority: Major
>             Fix For: 2.3.1
>
>
> For instance something like this would fail to work correctly if the step were 2 it seems the step will always be 1
> {code:java}
>  <ui:repeat value="#{iterationBean.testList}" var="x" begin="#{iterationBean.begin}" end="#{iterationBean.end}" step="#{iterationBean.step}">
>                 #{x}
>  </ui:repeat>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)