blob: 44a804425464b7ec8c5322424e38826c3289efaf [file] [log] [blame]
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
<head>
<title>Error</title>
</head>
<body>
<h4>The application has malfunctioned.</h4>
<p> Please contact technical support with the following information:</p>
<!-- the exception and exceptionStack bean properties
were created by Struts2's Exception Intercepter -->
<h4>Exception Name: <s:property value="exception" /> </h4>
<h4>Exception Details: <s:property value="exceptionStack" /></h4>
<p><a href="index.jsp">Return to the home page.</a></p>
</body>
</html>