Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Web Tools Project (WTP) » Validation of JSP
Validation of JSP [message #212364] Tue, 15 April 2008 05:40 Go to previous message
jan_bar is currently offline jan_bar
Messages: 38
Registered: July 2009
Member
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
 
Read Message
Read Message
Read Message
Read Message
Previous Topic:3.0M6
Next Topic:Project Container Project
Goto Forum:
  


Current Time: Sat May 25 00:36:12 EDT 2013

Powered by FUDForum. Page generated in 0.01591 seconds