2014-01-26 19:28:54 -03:00
|
|
|
<%@taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
|
2009-06-07 18:59:43 +00:00
|
|
|
<%@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" %>
|
2022-11-20 00:02:43 -08:00
|
|
|
<%@ taglib uri = "http://java.sun.com/jsp/jstl/functions" prefix = "fn" %>
|
|
|
|
|
|
2013-02-07 21:44:20 -03:00
|
|
|
<%
|
|
|
|
|
request.setAttribute("principal", com.wisemapping.security.Utils.getUser());
|
|
|
|
|
%>
|
2014-09-11 11:35:31 -03:00
|
|
|
|