<%@ taglib uri="/WEB-INF/struts/struts-html-el.tld" prefix="html-el" %> <%@ taglib uri="/WEB-INF/struts/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/jstl/c.tld" prefix="c" %> <%@ page import="org.apache.struts.action.Action" %> <% String cprotocol = request.getProtocol(); if(cprotocol.startsWith("HTTPS")){ cprotocol = "https://"; }else{ cprotocol = "http://"; } String pathToShare = cprotocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/.."; %>
Error occured