I was doing a small project last night. Youm wouldn't believe how much the ol <jsp:include page=""/> tag has given me problems. First of all, what I was doing was include a JSP page. That included JSP page has a <c:import page=""/> call in it that calls a request to a Servlet, that servlet...
I encountered this error while working on the final module of my project earlier. The error was obvious to me though that it occured in one of my included JSP's. <center> <jsp:include page="/WEB-INF/templates/usermenutemplate.jsp"/> </center> <br/> <br/> <jsp:include...