问答详情
源自:5-7 应用分页插件实现页面(下)

关于标签库

下载项目之后 ,jdbcSqlStudent.jsp 页面和sublistStudent.jsp页面 开头的标签库都显示错误

Multiple annotations found at this line:

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

jsp/jstl/core"

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

jsp/jstl/core"

已经到了jstl的jar包

提问者:1294330666 2016-01-13 16:46

个回答

  • sunxuming
    2016-09-10 11:45:32

    导入jstl.jar和Standard.jar或则只导入jstl-1.2.jar,就可以了

  • 雪儿
    2016-01-22 17:06:23

    项目缺少jstl的jar包,如果引入jar包的话,可能是jar的版本和tomcat版本不匹配