Skip to content
Snippets Groups Projects
Commit 9b82ffa9 authored by ahmadaldhalaan's avatar ahmadaldhalaan
Browse files

added a print statement to print filter

parent a0788a1a
No related branches found
No related tags found
1 merge request!23Merge UC30 into Master
......@@ -6,6 +6,7 @@
<%@page import="edu.ncsu.csc.itrust.action.EditPersonnelAction"%>
<%@page import="edu.ncsu.csc.itrust.beans.MessageBean"%>
<%@page import="edu.ncsu.csc.itrust.dao.DAOFactory"%>
<%@page import="edu.ncsu.csc.itrust.dao.mysql.PatientDAO"%>
<%@page import="edu.ncsu.csc.itrust.dao.mysql.PersonnelDAO"%>
<%@page import="java.util.ArrayList"%>
<%@page import="java.text.DateFormat"%>
......@@ -58,7 +59,7 @@ loggingAction.logEvent(TransactionType.INBOX_VIEW, loggedInMID.longValue(), 0L,
nf += request.getParameter("notWords").replace(",","")+",";
nf += request.getParameter("startDate").replace(",","")+",";
nf += request.getParameter("endDate");
System.out.println(nf);
//Validate Filter
nf = action.validateAndCreateFilter(nf);
if(nf.startsWith("Error")) {
......
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