Werner Punz schrieb: > [EMAIL PROTECTED] schrieb: >> I have a Datatable which has thousands of items in it. I get this items >> via a database. I don't want to store them in the session, because this >> will kill the session... >> >> So I put it into request scope.. The problem now is the the datascroller >> doesn't work anymore, because I loose the list, because it's only in >> request scope... >> >> What would be the best way to overcome this problem? >> > > Using a datamodel overcomes this problem. > There is a wiki entry in the myfaces wiki which describes exactly > on how to write your own custom data models. > > sorry for the missing link, it took me a while to dig it out:
http://wiki.apache.org/myfaces/WorkingWithLargeTables or at least it should be I cannot reach the wiki currently :-(

