<%@ page language="java" contentType="text/html;charset=utf-8" %> <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %> <% // Force the initialization of "action" servlet getServletContext().getNamedDispatcher("action").include(request,response); %> <%@ include file="header.jsp" %> <%@ include file="footer.jsp" %>