Validation of JSP [message #212364] |
Tue, 15 April 2008 05:40  |
Eclipse User |
|
|
|
Hi,
I have troubles with JPS validation on Eclipse 3.3.2 WTP 2.0.0.
There are serious trouble with listing bugs:
* I clean a project and get a list of bugs. When I edit some jsp and save
it, all the bugs are removed and only bugs in currently edited files
remain (also the little icon markers are removed)
* Eclipse reports bugs in jsp files, that were already fixed.
Refresh/Clean won't help. Seems like the bug markers are not properly
deleted from metadata
I have also troubles with JSP include directive:
WebContent/inc/common2.jsp:
<%@ page import="java.util.HashMap" %>
WebContent/inc/common.jsp
<%@ include file="common2.jsp" %>
WebContent/main.jsp:
<%@ include file="inc/common.jsp" %>
<%
new HashMap(); // <================== HashMap cannot be resolved to a type
%>
When I include common2.jsp to main.jsp it work, but include from another
include doesn't. Is this bug?
Thank you for any help, Jan
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03596 seconds