0 Replies Latest reply on Feb 7, 2011 3:00 AM by poocb

    Problem with dataScroller, version 4.0.0 M5

    poocb

      Dear all,

           I migrating 3.3.3 to 4.0 M5, and hitting issue that pages facet is not working; current page(pageIndex) and total page(pages) does not get display, it is still showing the pages buttons. Snapshot of code as below, which is working fine under 3.3.3. Can anyone advice on this? Thanks lot!

       

       

      <rich:dataTable value="#{myBean.myList}" var="data" rows="10">

          ...

          ...

                                    <f:facet name="footer">

                                    <rich:dataScroller pageIndexVar="pageIndex" pagesVar="pages">

                                              <f:facet name="pages">

                                                        <h:panelGroup>

                                      <h:outputText value="#{pageIndex} / #{pages}" />

                                      </h:panelGroup>

                                   </f:facet>

                                    </rich:dataScroller>

                                    </f:facet>

      </rich:dataTable>