<%-- This example shows how the control is passed to the error --%> <%-- page when an exception is raised. --%> <%@ page contentType="text/html" %> <%@ page errorPage="error.jsp" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%-- set "value" to the value of the parameter with the same name --%> Exception Test 1 <%-- if the parameter can be parsed as an integer, everything's fine. --%> The value is ${et.value}