Hi,
I’m getting an error when trying to include a reference to another jsp within a particular jsp using the include directive. Here is the code fragment:
<%@include file=”/WEB-INF/footer.jspf”%>
where footer.jspf is a jsp fragement located in the said location. Does anyone know why I end up getting this error thrown:
Severity Description Resource In Folder Location Creation Time Id
2 File “/WEB-INF/footer.jspf” not found. NOTE: No JSP line number was avaliable so line 1 was used for the marker. welcome.jsp Jsp_Ex02 line 1 March 19, 2006 8:27:56 PM 268
Thanks,