-
-
-
diff --git a/Welcome.jsp b/Welcome.jsp index 4587be0..ef2ec22 100644 --- a/Welcome.jsp +++ b/Welcome.jsp @@ -8,7 +8,7 @@ <%@page contentType="text/html" pageEncoding="UTF-8"%> -<%@ page session="true" %> +
@@ -37,10 +37,6 @@ - - - - - - - - <% - String ModuleName = new String(); - - ModuleName = (String) session.getAttribute("moduleName"); - String role = (String) session.getAttribute("userRole"); - String pacsId = (String) session.getAttribute("pacsId"); - String holidayList = (String) session.getAttribute("holidayList"); - String kccBalanceTransfer = (String) session.getAttribute("kccBalanceTransfer"); - String broadcastMessage = (String)session.getAttribute("returnMessage"); - -// added by chhanda on 29/8/24 - String user = (String) session.getAttribute("user"); - String pacsName = (String) session.getAttribute("pacsName"); - String UserName = (String) session.getAttribute("UserName"); - String Mobile = (String) session.getAttribute("Mobile"); - - - %> - + + + <% + String ModuleName = new String(); + + ModuleName = (String) session.getAttribute("moduleName"); + String role = (String) session.getAttribute("userRole"); + String pacsId = (String) session.getAttribute("pacsId"); + String holidayList = (String) session.getAttribute("holidayList"); + String kccBalanceTransfer = (String) session.getAttribute("kccBalanceTransfer"); + String broadcastMessage = (String)session.getAttribute("returnMessage"); + +// added by chhanda on 29/8/24 + String user = (String) session.getAttribute("user"); + String pacsName = (String) session.getAttribute("pacsName"); + String UserName = (String) session.getAttribute("UserName"); + String Mobile = (String) session.getAttribute("Mobile"); + + + %> +