Index: ssts-web/src/main/webapp/common/includeExtJsAndCss.jsp =================================================================== diff -u -r17176 -r22171 --- ssts-web/src/main/webapp/common/includeExtJsAndCss.jsp (.../includeExtJsAndCss.jsp) (revision 17176) +++ ssts-web/src/main/webapp/common/includeExtJsAndCss.jsp (.../includeExtJsAndCss.jsp) (revision 22171) @@ -23,6 +23,7 @@ String messagePromptType = null; if(loginUserData != null){ messagePromptType = loginUserData.getMessagePromptType(); + session.setAttribute("messagePromptType", messagePromptType); } boolean enableFSO = WebConstants.ENABLE_FILE_SYSTEM_OBJECT.equals(session.getAttribute(WebConstants.ACCESS_FILE_SYSTEM_OBJECT_FLAG));