1 Reply Latest reply on Jun 7, 2008 10:28 AM by sergeysmirnov

    How to display elements in rich:dataList horizontally

      I'm developing a search result page with pagination controls. I have a list of page numbers (1,2,3,4) searchResultDTO.pageList to be displayed.

      The page numbers are by default displayed vertically because of rich:dataList.
      Is there any way to display the page numbers horizontally?

      <rich:dataList var="pageNum" value="#{searchResultDTO.pageList}">
       <a4j:commandLink id="link" value="#{pageNum}" />
       </rich:dataList>