Hi, I'm trying to integrate ValueListHandler(http://valuelist.sourceforge.net) with the JSF dataModel using the approach suggested in : http://wiki.apache.org/myfaces/WorkingWithLargeTables One of the things that I need to do is to implement the following method:
public DataPage<SomeRowObject> fetchPage(int startRow, int pageSize) However ValueList does not seem to have a method to return a page given the startRow. Has anyone tried this approach before ? If so, any clues/suggestions ? Thanks, Sriram

