<!-- Source of jesi_fragment.jsp -->

<%@ page contentType="text/html; charset=windows-1252" 
         language="java" %>

<%-- Including the JESI (Edge Side Includes for Java) taglib --%>   
<%@ taglib uri="jesi" prefix="jesi" %>
<jesi:control cache="no"/>

<p>This is the included <strong>jesi_fragment.jsp</strong> content. 
This fragment was generated at the following date and time: 
<strong><font color="#FF0000" size="+1"><%=new java.util.Date() %></font></strong>.</p>

<p>Clicking your browser's Refresh or Reload button will cause 
this non-cached fragment to be regenerated by the application server.</p>

<p>The rest of the page will be served from the cache until 
the page template expires. (The template expires a minute after cache entry.)</p>