facebook

jsp editor -cannot resolve symbol: symbol : method include

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #247319 Reply

    I am getting the following error in myeclipse jsp editor wherever i have jsp include
    Eg:
    <jsp:include page=”/public_html/jsp/header/header.jsp?selectedLink=Research” />
    Error:
    “cannot resolve symbol: symbol : method include (javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,javax.servlet.jsp.JspWriter,boolean)”

    Any suggestion?
    Thanks,

    Environment: myeclipse 4.0 and eclipse 3.1 and tomcat 5.5.12.

    #247342 Reply

    Riyad Kalla
    Member

    I cannot reproduce this, I placed this in my JSP page:

    
    <jsp:include page="/public_html/jsp/header/header.jsp?selectedLink=Research" />
    

    and got no error. Try Project > Clean, and try rebuilding your project.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: jsp editor -cannot resolve symbol: symbol : method include

You must be logged in to post in the forum log in