<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="ex" uri="/jstl-examples-taglib" %> <%-- Let's get back the URL as a String so we can use it to demonstrate "c:import" --%> <% pageContext.setAttribute("filepath", application. getResource(request.getParameter("filename")).toExternalForm()); %> <% pageContext.setAttribute("filename", request.getParameter("filename")); %> JSTL: Source code for <c:out value="${filename}"/>

Source code for:  ${filename}