
This is my folder Structure I want to include the page “common/tray.jsp” form “plan/add_edit.jsp” page
I have done <!-- Tray --> in plan/add_edit.jsp page But giving me
<%@ 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
1 Answer