<%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> <%@page import="org.joda.time.YearMonthDay"%> <bean:message key="dot.title" bundle="GLOBAL_RESOURCES"/> - Error Page
<% String logo = "/images/logo-fenix.gif"; if (new YearMonthDay().getMonthOfYear() == 12) { logo = "/images/logo-fenix-xmas.gif"; } %>
<bean:message key=" />


: ()
()
<%-- Invalidate session. This is to work with FenixActionServlet --%> <%-- try{ session.invalidate(); }catch (Exception e){} --%>