facebook

JSP and yellow squiggly lines

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    I have a project in which all my JSP pages have their tag library usage flagged as “unknown tag”. I don’t understand why this is.

    Here’s my setup:
    1) I include all my tags with a static include at the top of the page
    2) Using servlet 2.4 spec
    3) Per #2, all DTDs exist in jars, not WEB-INF

    Can anyone explain why myeclipse is acting this way? Thanks.

    #253610

    Riyad Kalla
    Member

    Sounds like you are doing everything right, when that is the case and you are still seeing unknown tag, the problems are usually caused by not using a web project and actually editing using a Java Project, so MyEclipse cannot resolve the tags.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP and yellow squiggly lines

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