I inherited a web application, and when configured in Eclipse it shows errors in a specific JSP.
Errors do not have a description associated with them in the "Problems" view, and clicking on them leads me to the top of the JSP, where the red underline error appears half through the line as follows:
<%@ page erro[rPage="/basicError.j]sp" %> [<%@ page import="javax.s]ervlet.ServletContext" %>
Imagine the red error βerrorβ under parts enclosed in square brackets with [] (bold, etc. will not be displayed in this code segment, and I cannot show the code at all if it is not in the code segment, therefore using [and].
Other examples of errors:

Clicking on the red βXβ to the left of the lines does nothing.
I tried re-importing the project, updating, checking, moving lines, etc., but I always get this error.
Does anyone know what is going on here?
eclipse jsp
Paul Jun. 04 '10 at 14:45 2010-06-04 14:45
source share