<!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"> <%@ taglib uri="http://jakarta.apache.org/taglibs/response-1.0" prefix="res" %> <res:sendError error="SC_UNAUTHORIZED" reset="true"> Test of RESPONSE tag library senderror! </res:sendError> </body> </html>