45 <th><fmt:message key="error.message"/>:</th> |
45 <th><fmt:message key="error.message"/>:</th> |
46 <td><c:out value="${requestScope['jakarta.servlet.error.message']}"/></td> |
46 <td><c:out value="${requestScope['jakarta.servlet.error.message']}"/></td> |
47 </tr> |
47 </tr> |
48 <tr> |
48 <tr> |
49 <th><fmt:message key="error.timestamp"/>:</th> |
49 <th><fmt:message key="error.timestamp"/>:</th> |
50 <td><fmt:formatDate type="both" value="<%= new java.util.Date()%>"/></td> |
50 <td><fmt:formatDate type="both" value="<%= new java.util.Date()%>" timeZone="${sessionScope[Constants.SESSION_ATTR_TIMEZONE]}"/></td> |
51 </tr> |
51 </tr> |
52 <%--@elvariable id="exception" type="java.lang.Exception"--%> |
52 <%--@elvariable id="exception" type="java.lang.Exception"--%> |
53 <c:if test="${not empty exception}"> |
53 <c:if test="${not empty exception}"> |
54 <tr> |
54 <tr> |
55 <th><fmt:message key="error.exceptionText"/>:</th> |
55 <th><fmt:message key="error.exceptionText"/>:</th> |