When getting the rows out of a FormTable, is there a way to get only the rows of the current page?
For Example, I'd like to do something like this: table.getRowList(table.getPageNumber()); which would only return the rows for the currently selected page in the table. Tim
