Skip to content
Snippets Groups Projects
Commit 208d6acb authored by sbobo3's avatar sbobo3
Browse files

Added event logging for CauseOfDeathTrendsReport jsp file.

parent 201a4f98
No related branches found
No related tags found
2 merge requests!7Uc20,!2UC20 Data Access Object Completed
......@@ -19,6 +19,9 @@ String view = request.getParameter("viewSelect");
<%@include file="/header.jsp" %>
<%
//log the page view
loggingAction.logEvent(TransactionType.DEATH_TRENDS_VIEW, loggedInMID.longValue(), 0, "View cause-of-death trends report");
CauseOfDeathTrendsReportDAO report = new CauseOfDeathTrendsReportDAO(prodDAO);
List<CauseOfDeathTrendsReportBean> allDeaths = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment