<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
Scoped Variable
Current Value
Page Scope
(scopeVarPage)
Request Scope
(scopeVarRequest)
Session Scope
(scopeVarSession)
Application Scope
(applicationVarPage)
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
Scope Example
Linked File: linked.jsp
Scoped Variable
Current Value
Page Scope
(scopeVarPage)
Request Scope
(scopeVarRequest)
Session Scope
(scopeVarSession)
Application Scope
(applicationVarPage)
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
Catch an Exception
x divided by y is
The caught exception is:
No exception was thrown