RecordsData recordsData = new RecordsData();
dao.fillSubscriptionList(user, recordsData, lform.getBlock());
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("subscriptionList"));
}