2 Replies Latest reply on Jul 31, 2007 11:18 PM by sergeysmirnov

    loading data to a dataScroller

    kewldude

      Is it possible to load data into a dataTable using the scroller 1 page at a time? I want to use the rownum function of Oracle and load the data on-demand depending on what page number the user clicked on the scroller.

      I'm quite a newbie in richfaces, but my initial understanding is the dataScroller needs the whole list to be loaded when it scrolls... I have a resultset in the 250K +++, so I'll have memory issues. I tried to load it, but JBoss hang on me with out of memory error.

      I hope somebody can help or guide me at least. I dont want to resort to some proprietary codes like Infragistics.