diff --git a/src/main/webapp/WEB-INF/jsp/dataAccessFailure.jsp b/src/main/webapp/WEB-INF/jsp/dataAccessFailure.jsp
index 256cca177..5674cabab 100644
--- a/src/main/webapp/WEB-INF/jsp/dataAccessFailure.jsp
+++ b/src/main/webapp/WEB-INF/jsp/dataAccessFailure.jsp
@@ -1,19 +1,30 @@
-<%@ include file="/WEB-INF/jsp/includes.jsp" %>
-<%@ include file="/WEB-INF/jsp/header.jsp" %>
+<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
-<%
-Exception ex = (Exception) request.getAttribute("exception");
-%>
-
+ <%
+ Exception ex = (Exception) request.getAttribute("exception");
+ %>
+
+
Data access failure: <%= ex.getMessage() %>
+
+
+ <%
+ ex.printStackTrace(new java.io.PrintWriter(out));
+ %>
+
+
+
+
">Home
+
+
+
Owners:
-
-
- Name |
- Address |
- City |
- Telephone |
- Pets |
-
-
-
-
-
-
-
- ${owner.firstName} ${owner.lastName}
- |
- ${owner.address} |
- ${owner.city} |
- ${owner.telephone} |
-
-
- ${pet.name}
-
- |
-
-
-
+
+
+
+ Name |
+ Address |
+ City |
+ Telephone |
+ Pets |
+
+
+
+
+
+
+
+
+ ${owner.firstName} ${owner.lastName}
+ |
+ ${owner.address} |
+ ${owner.city} |
+ ${owner.telephone} |
+
+
+ ${pet.name}
+
+ |
+
+
+
-<%@ include file="/WEB-INF/jsp/footer.jsp" %>
+
+