If you still encounter this exception, it's mean that something you have done wrong. The most important informations you will find here.
Basically this is summary what you need to do to deal with this exception.
What with Tomcat 5 or 6:
You need to include appropriate jar(s) into your WEB-INF/lib directory (it will work only for this application) or to the tomcat/lib (will work globally).
The last thing is a taglib in your jsp files. For JSTL 1.2 correct one is this:
|
Original link: http://stackoverflow.com/questions/4928271/jstl-1-2-the-absolute-uri-http-java-sun-com-jstl-core-cannot-be-resolved
Comments
Post a Comment