Index: lams_www/web/error.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_www/web/error.jsp,v diff -u -r1.2 -r1.2.2.1 --- lams_www/web/error.jsp 27 Jul 2013 07:53:05 -0000 1.2 +++ lams_www/web/error.jsp 29 Jun 2016 02:10:35 -0000 1.2.2.1 @@ -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 + + +