Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/

jsp页面引入外部的标签<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>

会报错,错误提示为: Can not find the tag library descriptor for "http://Java.sun.com/jsp/jstl/core" 解决此问题的方法为以下: 在WEB-INF/lib里加入 jstl.jar standard.jar两个包即可解决这个问题

posted @ 2016-06-16 00:21  坚哥威武  阅读(1192)  评论(0编辑  收藏  举报