%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@ page session="true" autoFlush="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 = "none";
}
%>
<%= localeMessage.getString("common.POSITION_ROOT") %>
|
|
 |
<%-- [404 - Not Found]<%= localeMessage.getString("errors.404") %> --%>
|
 |
|