From ba78b24fed3bba6106baf25aadfd44cbecc99efd Mon Sep 17 00:00:00 2001 From: Adam R Claxton Date: Wed, 19 Apr 2017 20:18:03 -0400 Subject: [PATCH] Introduced notification settings display bug Also tied notification settings gui to db notification settings --- WebContent/html/webpages/profileSettings.jsp | 37 ++++++++++++++++--- .../redirect/notificationSettingsRedirect.jsp | 33 +++++++++++++++++ src/database/EmployeeQueries.java | 10 +++++ 3 files changed, 74 insertions(+), 6 deletions(-) create mode 100644 WebContent/html/webpages/redirect/notificationSettingsRedirect.jsp diff --git a/WebContent/html/webpages/profileSettings.jsp b/WebContent/html/webpages/profileSettings.jsp index ce0f0b7..e0db243 100644 --- a/WebContent/html/webpages/profileSettings.jsp +++ b/WebContent/html/webpages/profileSettings.jsp @@ -63,6 +63,9 @@ + <% + User self = EmployeeQueries.getEmployeeByID(Integer.parseInt(navsso)); + %>