文章列表
如果在项目中没有加入jstl标签支持,在用jstl标签时就会报错,如下:
http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
解决方式:
1。下载jstl1.1 解压后把lib文件夹下的jstl.jar和standard.jar复制到项目的WEB—INF/lib目录下,并把t[/quoteld文件夹下的c.tld放到WEB—INF目录下
2.在web.xml中配置如下:
<jsp-config>
...