0 Replies Latest reply on Jan 23, 2004 5:00 AM by v_sawant20

    jsp:include error

    v_sawant20

      Iam getting following error in JSPs where I include other JSPs using <jsp:include> tag

      cannot resolve symbol
      [javac] symbol : method include (javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,javax.servlet.jsp.JspWriter,boolean)
      [javac] location: class org.apache.jasper.runtime.JspRuntimeLibrary
      [javac] JspRuntimeLibrary.include(request, response, "/topInclude.jsp", out, true);