ComponentAddress objAddress = (ComponentAddress)arrParameters[0];
ITableModelSource objSource = (ITableModelSource)objAddress.findComponent(objCycle);
int page = ((Integer)arrParameters[1]).intValue();
objSource.storeTableAction(new TableActionPageChange(page));
}
public void setCurrentPage(ITableModelSource objSource, int nPage)
{
objSource.getTableModel().getPagingState().setCurrentPage(nPage - 1);