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:11:00 UTC

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

Paul Nicolucci created MYFACES-4222:
---------------------------------------

             Summary: 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


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)