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