blob: a46e579383e0227e9a3f110503bb5d446abaefbb [file] [log] [blame]
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<html>
<head>
<title>JSTL: I/O Support -- Relative URL Example</title>
</head>
<body bgcolor="#FFFFFF">
<h3>Relative URL</h3>
<h4>Import from current directory:</h4>
<blockquote>
<pre>
<c:import url="LocalSample.jsp"/>
</pre>
</blockquote>
</body>
</html>