mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 14:37:56 +01:00
9 lines
366 B
Plaintext
9 lines
366 B
Plaintext
<%@taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
|
<%@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" %>
|
|
<%
|
|
request.setAttribute("principal", com.wisemapping.security.Utils.getUser());
|
|
%>
|
|
|