styx21
01-18-2007, 08:42 AM
Hi all i am new to the board and in need of some assistance
JSP based program (Fantasy football) i am working on using tomcat server 5.0 is giving me problems.I am using core and formatting tag libraries on the maiin jsp page and have added the prefixes as such
<!--
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-->
i have also added the standard and jstl jar files to the web/web-inf direcotry within the application.
Yet on trying to load the jsp page i am getting error "http://java.sun.com/jsp/jstl/fmt cannot be resolved in either web.xml or jar files". I have a web.xml file set up.
My question is, is there any further configuration needed before the tag libraries are recognised? Any feedback would be welcome.
Thanks!!
JSP based program (Fantasy football) i am working on using tomcat server 5.0 is giving me problems.I am using core and formatting tag libraries on the maiin jsp page and have added the prefixes as such
<!--
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-->
i have also added the standard and jstl jar files to the web/web-inf direcotry within the application.
Yet on trying to load the jsp page i am getting error "http://java.sun.com/jsp/jstl/fmt cannot be resolved in either web.xml or jar files". I have a web.xml file set up.
My question is, is there any further configuration needed before the tag libraries are recognised? Any feedback would be welcome.
Thanks!!