I have a JSP file which has this first line:
<%@ taglib prefix=”c” uri=”http://java.sun.com/jstl/core” %>
This line is marked and the Problems view shows the following problems:
Severity Description Resource In Folder Location Creation Time
de.bb cannot be resolved or is not a valid superclass
OutlookRememberWidth.jsp
ev-div/evITA-Web/jsp/outlook line 1 13. November 2003 18:42:37
Severity Description Resource In Folder Location Creation Time
The method getPageContext(Servlet, ServletRequest, ServletResponse,
String, boolean, int, boolean) in the type JspFactory is not applicable
for the arguments (_OutlookRememberWidth$002ejsp$, HttpServletRequest,
HttpServletResponse, null, boolean, int, boolean)
OutlookRememberWidth.jsp
ev-div/evITA-Web/jsp/outlook line 1 13. November 2003 18:42:37
Severity Description Resource In Folder Location Creation Time
The method getServletConfig() is undefined for the type
_OutlookRememberWidth$002ejsp$ OutlookRememberWidth.jsp
ev-div/evITA-Web/jsp/outlook line 1 13. November 2003 18:42:37
Now you’re saying this is little information. You’re right. My problem is that I don’t have the foggiest idea how to go about debugging this.
Of course, I’m trying to be a good boy so I tried to make a test case, but of course in the test project the same line doesn’t show any error.
Should I investigate the WEB-INF/lib directory and try to remove some jars from it to see if there are any conflicts? There are about a dozen of them and nobody really knows which ones are actually used… I wonder if there is a way to find out which ones are used?
Using MyEclipse 3.6.4 with Eclipse 3.0M4.
tia,
Kai