<%@ taglib uri="tags-html" prefix="html" %> <%@ taglib uri="tags-logic" prefix="logic" %> <%@ page import="org.apache.struts.Globals" %> <% String cprotocol = request.getProtocol(); if(cprotocol.startsWith("HTTPS")){ cprotocol = "https://"; }else{ cprotocol = "http://"; } String rootPath = cprotocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; %> <fmt:message key="error.title"/>