src/main/webapp/WEB-INF/dynamic_fragments/error.jsp

changeset 55
1a3b998afba7
parent 53
6a8498291606
child 72
0646c14e36fb
equal deleted inserted replaced
54:77e01cda5a40 55:1a3b998afba7
52 </tr> 52 </tr>
53 <%--@elvariable id="exception" type="java.lang.Exception"--%> 53 <%--@elvariable id="exception" type="java.lang.Exception"--%>
54 <c:if test="${not empty exception}"> 54 <c:if test="${not empty exception}">
55 <tr> 55 <tr>
56 <th><fmt:message key="errorExceptionText" />:</th> 56 <th><fmt:message key="errorExceptionText" />:</th>
57 <td>${exception.class.name} - ${exception.message}</td> 57 <td>${exception['class'].name} - ${exception.message}</td>
58 </tr> 58 </tr>
59 </c:if> 59 </c:if>
60 <c:if test="${fn:startsWith(returnLink, baseHref)}"> 60 <c:if test="${fn:startsWith(returnLink, baseHref)}">
61 <tr> 61 <tr>
62 <th><fmt:message key="errorReturnLink" />:</th> 62 <th><fmt:message key="errorReturnLink" />:</th>

mercurial