【问题标题】:how to include a page in WEB_INF from a different directory如何在 WEB_INF 中包含来自不同目录的页面
【发布时间】:2012-08-28 18:38:31
【问题描述】:

这是我的文件夹结构我想包含页面“common/tray.jsp”表单“plan/add_edit.jsp”页面

我已经在 plan/add_edit.jsp 页面中完成了<!-- Tray --> <%@ include file="/common/tray.jsp" %> <!-- END Tray --> 但是给了我

org.apache.jasper.JasperException: /plan/add_edit.jsp (line: 47, column: 9) File "/plan/common/tray.jsp" not found

【问题讨论】:

    标签: java jsp jakarta-ee include


    【解决方案1】:
    <%@ include file="../common/tray.jsp" %>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-03-21
      • 1970-01-01
      • 2018-06-18
      • 1970-01-01
      相关资源
      最近更新 更多