<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <title>Jakarta RESPONSE Taglib Example</title>
</head>
<body bgcolor="#FFFFFF">

<center>
<h1>
Jakarta RESPONSE Taglib Example</h1></center>
<br>
<%@ taglib uri="http://jakarta.apache.org/taglibs/response-1.0" prefix="res" %>
<res:sendRedirect>
 <res:encodeRedirectUrl>index.html</res:encodeRedirectUrl>
</res:sendRedirect>
</body>
</html>