%@ 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"%>
- Error Page
<%
String logo = "/images/logo-fenix.gif";
if (new YearMonthDay().getMonthOfYear() == 12) {
logo = "/images/logo-fenix-xmas.gif";
}
%>
" />
|
|
<%-- Invalidate session.
This is to work with FenixActionServlet --%>
<%-- try{
session.invalidate();
}catch (Exception e){}
--%>