Mega Code Archive

 
Categories / Java / JSTL
 

JSTL Throw an Exception

<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <html>   <head>     <title>Throw an Exception</title>   </head>   <body>10 divided by 0 is    <c:out value="${10/0}" />   <br />   </body> </html>                     JSTL-Throw-an-Exception.zip( 852 k)