Index: lams_www/web/error.jsp =================================================================== diff -u -rf0c2b8f197da1cd58d9df772e6f0ef072d656602 -ra86e7d7663a6093c0369048074e955ba9762ba77 --- lams_www/web/error.jsp (.../error.jsp) (revision f0c2b8f197da1cd58d9df772e6f0ef072d656602) +++ lams_www/web/error.jsp (.../error.jsp) (revision a86e7d7663a6093c0369048074e955ba9762ba77) @@ -2,11 +2,17 @@ <%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-fmt" prefix="fmt"%> + + + + <%-- Catch JSP Servlet Exception --%> +<%-- The javascript method checkForErrorScreen in error.js is coded to match this page exactly. +---- If you change this page, please change the javascript. --%> <% if (exception != null) { %> @@ -48,6 +54,7 @@ <% } %> +
@@ -60,4 +67,6 @@ document.getElementById("errorForm").target = "_parent"; document.getElementById("errorForm").submit(); - \ No newline at end of file + + +