<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<html>
<body>
<c:url value="http://www.google.com"/><br/>
<c:url value="http://www.google.com?query=Godoro"/><br/>
<c:url value="http://www.google.com"><br/>
<c:param name="query">Godoro Java</c:param>
</c:url>
<hr/>
<c:import url="http://www.google.com"/>
<c:import url="/ElTest.jsp"/>
<c:redirect url="http://www.google.com"/>
</body>
</html>
Dosyayı İndir