今天又碰到 问题:
org.apache.jasper.JasperException: 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
之前碰到过,忘了怎么解决了,网上说需要jstl 和 standard的jar包,我项目中有两个jar包的还是不行。
后来将jstl1.0.3 换成 jstl1.2问题得到解决。
MARK一下。
本文介绍了在使用JSTL时遇到的一个问题:绝对URI无法在web.xml或部署的应用程序的jar文件中解析。文中提到解决方案是将jstl1.0.3升级到jstl1.2。
690

被折叠的 条评论
为什么被折叠?



