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.
[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.
Comment