<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> JSTL: Expression Language Support -- Expr Example

<c:out>

no cell phone specified

<c:out> with Reader object

<% java.io.Reader reader1 = new java.io.StringReader("Text for a Reader!"); pageContext.setAttribute("myReader1", reader1); java.io.Reader reader2 = new java.io.StringReader("Text for a Reader!"); pageContext.setAttribute("myReader2", reader2); %> Reader1 (escapeXml=true) :
Reader2 (escapeXml=false):