我正在尝试将header.jsp文件包含在我的authorizationList.jsp中,但是没有用。
项目名称: EBIS :/WebContent/header.jsp
项目名称: AUTH :/WebContent/authorizationList.jsp
我尝试过:
<c:import url="../../EBIS/header.jsp"/>
<jsp:include page="../../EBIS/WebContent/header.jsp"></jsp:include>
<%@include file="../../EBIS/WebContent/header.jsp"
还有其他方法吗?或者我缺少什么?
编辑: