<%@ taglib prefix="c" uri=http://java.sun.com/jstl/core %>
<c:out value="${anExpression}"/>
We have <c:out value="${applicationScope.product.inventoryCount}" escapeXml="true" default="0" /> of those items in stock.
<c:set var="customerID" value="$param:customerNumber" scope="session" />
<c:set var="cellContents"> <td> <c:out value="${myCell}"/> </td> </c:set>
<c:catch> <!--. . . some set of nested JSTL tags below which would be hit on an exception--> </c:catch>