0 Replies Latest reply on May 3, 2010 7:17 AM by amitev

    Styling page links in rich:datascroller

    amitev

      Hi all! I have the following use case - business rules enginge that validates list of elements and provides a feedback for the error of each record. Based on this information i have to color the page links (number links) of rich:datascroller according to these validation results of the business rules engine. Currently there is no way to iterate the page numbers manually and construct the links myself. Ilya recommended to write a post here for discussion. There are 2 solutions on my mind:

      - option to iterate and render the page links myself (ui:repeat style)

      - pageLinkClasses attribute that accepts comma-separated classes for each page (the same as rowClasses in dataTable)