dao.getGroupList(recordsData);
recordsData.setRecordsCount(recordsData.getRecords().size());
request.setAttribute(IConst.REQUEST.RECORDS_DATA, recordsData);
} catch (SQLException sqle) {
getServlet().log("Connection.process", sqle);
throw new SystemException(sqle);
} catch (InstantiationException e) {
throw new SystemException(e);
} catch (IllegalAccessException e) {
throw new SystemException(e);
} catch (InvocationTargetException e) {
throw new SystemException(e);
} catch (NoSuchMethodException e) {
throw new SystemException(e);
}
return (mapping.findForward("groupList"));
}