1 Reply Latest reply on May 12, 2009 5:03 AM by ilya_shaikovsky

    Rich faces  <rich:datascroller>

    shwethaprakash

      rich:datascroller expects the entire list to be loaded in memory. Then it calls List.get multiple times.

      but i want to it to load only the part that the user is actually viewing.

      Is there a way to change this behavior?

      please help me to solve this

        • 1. Re: Rich faces  <rich:datascroller>
          ilya_shaikovsky

          so you should extend extendedDataModel (and probably implement Modifiable interface if you need to get it working also with sorting and filtering in the same way.) check both sample on richfaces-demo. Check out the current code from trunk in order to get latest samples (modifiable model sample currently not deployed it will be available online in after 3.3.1GA)