diff --git a/wise-webapp/src/main/webapp/jsp/init.jsp b/wise-webapp/src/main/webapp/jsp/init.jsp index faf48a0e..ff6cef0a 100644 --- a/wise-webapp/src/main/webapp/jsp/init.jsp +++ b/wise-webapp/src/main/webapp/jsp/init.jsp @@ -2,6 +2,8 @@ <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@taglib prefix="spring" uri="http://www.springframework.org/tags" %> <%@taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib uri = "http://java.sun.com/jsp/jstl/functions" prefix = "fn" %> + <% request.setAttribute("principal", com.wisemapping.security.Utils.getUser()); %> diff --git a/wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp b/wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp index 161f03c8..cb956bab 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp @@ -1,6 +1,5 @@ <%@page pageEncoding="UTF-8" %> <%@include file="/jsp/init.jsp" %> -<%@ taglib uri = "http://java.sun.com/jsp/jstl/functions" prefix = "fn" %> <%--@elvariable id="mindmap" type="com.wisemapping.model.Mindmap"--%> diff --git a/wise-webapp/src/main/webapp/jsp/reactInclude.jsp b/wise-webapp/src/main/webapp/jsp/reactInclude.jsp index b2650964..c5ab389f 100644 --- a/wise-webapp/src/main/webapp/jsp/reactInclude.jsp +++ b/wise-webapp/src/main/webapp/jsp/reactInclude.jsp @@ -1,7 +1,7 @@ <%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> - +