facebook

JSTL 1.0 JSP Validator problems

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #212406 Reply

    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.

    #212413 Reply

    Eric Miles
    Member

    I think i saw in another thread you have to add web capabilities to your project (if you do not have them already). If you do, better wait on a reply from the ME guys and not me 🙂

    #212545 Reply

    The project has Web Capabilities added.
    I just upgraded from Eclipse 2.1.3 and MyEclipse28Beta1.
    I believe I had to turn off JSP Validation with the earlier version as well.

    #213029 Reply

    The JSP Validator problem seems to be fixed in ME 3.8.1.
    I’ll create a new bug entry for the JSP Styles problems.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: JSTL 1.0 JSP Validator problems

You must be logged in to post in the forum log in