Hi all, I've inherited a web application and when setting it up in Eclipse it shows errors in a particular JSP.
The errors have no description associated with them in the Problems view, and clicking them there takes me to the top of the JSP, where the red error underline appears halfway through the string (see below).
... bah, can't post images as a new user.
<%@ page erro[rPage="/basicError.j]sp" %>
[<%@ page import="javax.s]ervlet.ServletContext" %>
Imagine a red 'error' underline under the parts bracketed by [] (bold, etc won't show in this code segment and I can't show the code at all unless it's in a code segment, hence using [ and ].
Clicking the red icon to the left of the lines does nothing.
I've tried re-importing the project, refreshing, validating, moving the lines around, etc, but I always get this error.
Does anyone know what's happening here?
Thanks,
Paul