error.jsp revision 1364
369N/ASee LICENSE.txt included in this distribution for the specific
369N/Afile and include the License file at LICENSE.txt.
369N/A cfg = PageConfig.get(request);
844N/A cfg.setTitle("Error!");
5622N/A String context = request.getContextPath();
5680N/A if (cfg.getSourceRootPath().isEmpty()) {
5002N/A } else if (!cfg.getEnv().getSourceRootFile().isDirectory()) {
5706N/Ainclude file="httpheader.jspf"
369N/Ainclude file="pageheader.jspf"
include file="menu.jspf"
<p class="error"><%= exception.getMessage() %></p>
prt.close();
/* ---------------------- error.jsp end --------------------- */
include file="foot.jspf"