facebook

JSTL taglib URIs

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #216388 Reply

    Amir Mistric
    Member

    Hi

    I have Eclipse 3.0.1 and ME 3.8.2….I am getting validator errors on
    <%@ taglib prefix=”c” uri=”http://java.sun.com/jsp/jstl/core&#8221; %>
    declaration in my JSP files.

    The error is:
    Severity Description Resource In Folder Location Creation Time
    2 File “http://java.sun.com/jsp/jstl/core&#8221; not found. NOTE: No JSP line number was avaliable so line 1 was used for the marker. index.jsp webapp/web line 1 September 29, 2004 10:54:26 AM

    Is there a way to fix this…

    #216391

    Riyad Kalla
    Member

    For JSTL 1.0 libs, your URI should be this:

    
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> 
    
    #216396

    Amir Mistric
    Member

    So JSTL 1.1 is not supported by the ME 3.8.2?
    Because according to Sun’s Javadoc the URI I had was correct…See
    http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/index.html

    #216398

    Riyad Kalla
    Member

    So JSTL 1.1 is not supported by the ME 3.8.2?

    Not quite yet, that’s why I assumed you were using JSTL 1.0.

    #216407

    Amir Mistric
    Member

    Ahhh I see…
    Ok I will just ignore the error untill it gets implemented…

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: JSTL taglib URIs

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