2008/7/1 xbranko <[EMAIL PROTECTED]>: > > > Antonio Petrelli-3 wrote: >> >> Mmm one last chance, try to use this: >> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core_rt" %> >> >> Antonio >> >> > This gives: > org.apache.jasper.JasperException: The absolute uri: > http://java.sun.com/jsp/jstl/core_rt cannot be resolved in either web.xml or > the jar files deployed with this application
Oh right, sorry, you are under Servlet 2.5, that do not need the "_rt" versions of JSTL. I was using this one since I use Servlet 2.4. At this point I don't know what to say, but to try with another application server :-( Antonio
