I’m using Eclipse 3.0 and MyEclipse 3.8.
When I have JSP Validator turned on I get errors on just about every JSTL tag.
Example:
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<c:if test='${empty stepSuccess}'>...</c:if>
According to TLD or attribute directive in tag file, attribute test does not accept any expressions.
Addtionally the JSP Styles settings don’t seem to be picking up the “c:if” as a “Tag Name”. I have Bold checked and it doesn’t bold “c:if”, it only seems to bold the “jsp:xxx” tags.
I have all the TLD and jar files in place, it all works with Tomcat 5.