JSTL Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    #1

    JSTL Problem

    I added this line in JSP page.

    [code=jsp]
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
    [/code]

    When I compile the JSP then i getting an error.

    [code=text]
    org.apache.jasp er.JasperExcept ion: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
    [/code]

    Why this happens??
    Plz explain.

    And plz do one more thing if possible .......
    Plz explain uri funda and what is the significant of TAGDIR attribute in taglib directive.

    My IDE is netbeans 5.

    Kind regards,
    Dmjpro.
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    #2
    Originally posted by dmjpro
    I added this line in JSP page.

    [code=jsp]
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
    [/code]

    When I compile the JSP then i getting an error.

    [code=text]
    org.apache.jasp er.JasperExcept ion: The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
    [/code]

    Why this happens??
    Plz explain.

    And plz do one more thing if possible .......
    Plz explain uri funda and what is the significant of TAGDIR attribute in taglib directive.

    My IDE is netbeans 5.

    Kind regards,
    Dmjpro.

    I sloved it ........ I forget to add the library.

    Kind regards,
    DMJPRO.

    Comment

    Working...