Index: lams_monitoring/web/errorbox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/errorbox.jsp,v diff -u -r1.1 -r1.2 --- lams_monitoring/web/errorbox.jsp 18 Apr 2005 07:50:14 -0000 1.1 +++ lams_monitoring/web/errorbox.jsp 24 Oct 2005 05:45:13 -0000 1.2 @@ -1,27 +1,6 @@ - -<%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html-el" %> -<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> -<%@ page import="org.apache.struts.action.Action" %> -<%@ page import="org.apache.struts.action.ActionErrors" %> +<%@ taglib uri="tags-html-el" prefix="html-el" %> +<%@ taglib uri="tags-logic" prefix="logic" %> +<%@ page import="org.apache.struts.Globals" %> <% String cprotocol = request.getProtocol(); if(cprotocol.startsWith("HTTPS")){ @@ -31,7 +10,7 @@ } String rootPath = cprotocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; %> - + Error occured