[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.

