%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@ page isErrorPage="true"%>
<%@ taglib uri="http://www.springframework.org/tags" prefix="spring"%>
<%@ include file="/jsp/common/include/localemessage.jsp" %>
<%
Object obj = session.getAttribute("LAST_DECORATOR");
String decoratorName = null;
decoratorName = (String)obj;
if (decoratorName == null || decoratorName.equals("")) {
decoratorName = "adapterSnaPage";
}
String errorMessage = (String)request.getAttribute("errorMessage")==null?"":(String)request.getAttribute("errorMessage");
%>
<%= localeMessage.getString("common.POSITION_ROOT") %>
">
| |
|
 |
<%-- [ <%= localeMessage.getString("errors.title") %> ] --%>
|
 |
|