1 Reply Latest reply on Jan 2, 2009 9:41 AM by mail.micke

    Pagination without DB data

    gpinkham.gpinkham.kronos.com

      OK.. Maybe I missed this somewhere but it seems like every conversation about pagniation involves EntityQuery..   I am trying to page a list of records that are not coming from a DB.. Basically it's a file upload..  I validate the entries and save them to the DB.. I was hoping to avoid reading them back with an EntityQuery and instead just stick them in a List as I successfuly save them..    With that said is there an example of what one needs to do to make this List page-able?   Again everything I have seen so far uses EntityQuery or Hibernate (per Gavin's blog)..    So any pointers to an example or docs I missed would be greatly appreciated!


      Thanks and Happy New Year!


      Gary