source: geisa/web/WEB-INF/tags/htmlResourceJsp.tag @ 390

Last change on this file since 390 was 390, checked in by npipsl, 12 years ago

Création du projet GEISA

File size: 211 bytes
Line 
1<%@ attribute name="jspFile" required="true" %>
2<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
3
4<c:if test="${not empty jspFile}">
5        <jsp:include page="/resources/jsp/${jspFile}.jsp" />
6</c:if>
Note: See TracBrowser for help on using the repository browser.