eclipse « Validation « JSP-Servlet Q&A





1. Validation problem with JSP and Eclipse    stackoverflow.com

I have this simple JSP page in Eclipse and the first line in the file is:

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
Eclipse however, puts a yellow warning ...

2. can I control eclipse jsp validation?    stackoverflow.com

Apologies if this is a rehash of an earlier question that I can't find, but is there any way to stop eclipse (ganymede irc) flagging unresolved java references as a problem? I ...

3. Eclipse 3.4 JSP validation question    stackoverflow.com

Why is eclipse saying 'No end Tag (</c:if>).' on line 1 and 'No start tag (<c:if>)' on line 4 of the following code snippet:

<c:if test="${ShowLoginLink}">
    Log in ...

4. JSP Validator is not appearing in my Properties    stackoverflow.com

On my old computer, Eclipse would validate my JSP files. With the new installation, it no longer does and there is not an option to apply a JSP validator under Project->Properties->Validation. ...