0
我想在我的index.jsp中包含一些頁面(header.jsp和footer.jsp)。問題是我不知道如何給他們鏈接。下面的代碼在index.jsp中給出了錯誤;如何在外部目錄的web-inf中包含頁面
<s:include value="/web-inf/header.jsp"></s:include>
它給出;
cannot resolve servlet /web-inf/header.jsp.
我的目錄列表(web-inf和index.jsp在同一個目錄中)。
/web-inf
/web-inf/header.jsp
/web-inf/footer.jsp
/index.jsp
你應該包括*特別*你正試圖使用和/或包括他們,否則我們猜測。 –
@DaveNewton我的編輯出現了錯誤抱歉:) – hellzone
*錯誤是什麼*它實際上命名爲「web-inf」,這是錯誤的,還是它被命名爲「WEB-INF」,這是正確的? –