struts标签错误:Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"
时间:2014-01-16 00:05:49
收藏:0
阅读:1313
今天使用eclipse开发ssh,出现Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"。jar包都加进来了啊,以前使用myeclipse也没有出现过这种问题,后来上网查询了一下,说是少了jstl.jar和standard.jar,导入了这两个jar包后果然好了。myeclipse会自动引入,不需要手动导入.
原文:http://www.cnblogs.com/gavinYang/p/3516566.html
评论(0)