ICEfaces
  1. ICEfaces
  2. ICE-1464

Nesting dataTables with their own dataPaginators

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#3
    • Fix Version/s: 1.7.1
    • Component/s: None
    • Labels:
      None
    • Environment:
      Unknown

      Description

      The dataPaginator component is tied to its dataTable by its for attribute being the dataTable's id. But, if those are in a parent dataTable (or possibly a panelSeries or ui:repeat), then apparently data pagination does not work. The inner dataTable and dataPaginator, in this case are virtual components, since they are replicated across each row of the outer dataTable.

        Activity

        Hide
        Mark Collette added a comment -

        Now our UISeries saves its "first" property when inside any other UISeries, which should cover ice:dataTable, ice:panelSeries, etc.

        What that means for this issue, is that when the ice:dataPaginator finds its corresponding ice:dataTable, both inside another ice:dataTable or ice:panelSeries, and it tells the ice:dataTable what page to be on, then that will be independently stored, for each pair, so they won't influence any other pair.

        TRUNK
        Subversion 16806
        icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java

        ICEfaces 1.7 branch
        Subversion 16807
        icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java

        Show
        Mark Collette added a comment - Now our UISeries saves its "first" property when inside any other UISeries, which should cover ice:dataTable, ice:panelSeries, etc. What that means for this issue, is that when the ice:dataPaginator finds its corresponding ice:dataTable, both inside another ice:dataTable or ice:panelSeries, and it tells the ice:dataTable what page to be on, then that will be independently stored, for each pair, so they won't influence any other pair. TRUNK Subversion 16806 icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java ICEfaces 1.7 branch Subversion 16807 icefaces\component\src\com\icesoft\faces\component\panelseries\UISeries.java
        Hide
        Tomasz Andrysiak added a comment -

        I'm using Icefaces 1.8.2 and still have this issue.

        Show
        Tomasz Andrysiak added a comment - I'm using Icefaces 1.8.2 and still have this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Mark Collette
          • Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: