Object rowKey = resultTable.getAttributes().get("scrollTopRowKey");    RowKeySet rks = resultTable.getSelectedRowKeys();    rks.clear();    rks.add(rowKey);
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis