ICEfaces
  1. ICEfaces
  2. ICE-10997

create icecore:repeat component which allows components access to repetition and resolved expressions when added to component tree

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 4.1.1
    • Fix Version/s: 4.2
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      ace
    • Assignee Priority:
      P1
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description

      a looping parent component which allows the user to determine what is to be placed in the component attributes .
      for example (in the case of ace:panelStack)

      <icecore:repeat var="data" value="#{somebean.sequence}" >
          <ace:panelStack selectedId="#{data.selectedId}">
                <ace:stackPane id="pane1">
                     .....
                </ace:stackPane>
               <ace:stackPane id="pane2">
                    ....
               </ace:stackPane>
      </icecore:repeat>

      currently, use of c:forEach is limited in that myfaces causes exception as it requires static data in c:forEach. http://jira.icesoft.org/browse/ICE-10792
      A basic repeat tag could have it's own tag handler allowing it to act both like <ui:repeat> and <c:forEach> so that consideration is given while constructing the tree as well as within the tree

        Activity

        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Mircea Toma made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Mircea Toma made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Attachment textEntryIcecoreRepeat.xhtml [ 22459 ]
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Affects Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ]
        Assignee Priority P3 [ 10012 ] P1 [ 10010 ]
        Mircea Toma made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Mircea Toma made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Mircea Toma made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Ken Fyten made changes -
        Security Private [ 10001 ]
        Mircea Toma made changes -
        Description a looping parent component which allows the user to determine what is to be placed in the component attributes .
        for example (in the case of ace:panelStack)

        <ace:repeat var="data" value="#{somebean.sequence}" >
            <ace:panelStack selectedId="#{data.selectedId}">
                  <ace:stackPane id="pane1">
                       .....
                  </ace:stackPane>
                 <ace:stackPane id="pane2">
                      ....
                 </ace:stackPane>
        </ace:repeat>

        currently, use of c:forEach is limited in that myfaces causes exception as it requires static data in c:forEach. http://jira.icesoft.org/browse/ICE-10792
        A basic repeat tag could have it's own tag handler allowing it to act both like <ui:repeat> and <c:forEach> so that consideration is given while constructing the tree as well as within the tree
        a looping parent component which allows the user to determine what is to be placed in the component attributes .
        for example (in the case of ace:panelStack)

        <icecore:repeat var="data" value="#{somebean.sequence}" >
            <ace:panelStack selectedId="#{data.selectedId}">
                  <ace:stackPane id="pane1">
                       .....
                  </ace:stackPane>
                 <ace:stackPane id="pane2">
                      ....
                 </ace:stackPane>
        </icecore:repeat>

        currently, use of c:forEach is limited in that myfaces causes exception as it requires static data in c:forEach. http://jira.icesoft.org/browse/ICE-10792
        A basic repeat tag could have it's own tag handler allowing it to act both like <ui:repeat> and <c:forEach> so that consideration is given while constructing the tree as well as within the tree
        Mircea Toma made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Mircea Toma made changes -
        Affects Documentation (User Guide, Ref. Guide, etc.) [ 10003 ]
        Mircea Toma made changes -
        Summary create ace:repeat component which allows components access to repetition and resolved expressions when added to component tree create icecore:repeat component which allows components access to repetition and resolved expressions when added to component tree
        Ken Fyten made changes -
        Assignee Mircea Toma [ mircea.toma ]
        Assignee Priority P3 [ 10012 ]
        Ken Fyten made changes -
        Field Original Value New Value
        Fix Version/s 4.2 [ 12870 ]
        Judy Guglielmin created issue -

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Judy Guglielmin
          • Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: