source: tapas/web/WEB-INF/tags/htmlJsp.tag

Last change on this file was 376, checked in by rboipsl, 12 years ago

Creation projet tapas

File size: 196 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="${jspFile}.jsp" />
6</c:if>
Note: See TracBrowser for help on using the repository browser.