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> |