idea使用jstl 提示http://java.sun.com/jsp/jstl/core cannot be resolved

来源:4-1 基于bootstrap开发页面结构

紫罗天

2017-03-19 15:17

唉,不知道是我的idea问题jstl标签一直不能用一直报错  org.apache.jasper.JasperException: /WEB-INF/jsp/list.jsp (line: 9, column: 0) 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·······包也是正确添加了的,害我到隔壁去看了freemark········

写回答 关注

2回答

  • 慕村8014936
    2017-04-07 10:21:48

    lz你用的web.xml是什么版本的?如果是2.4以上的标签库应该是(有个_rt后缀)

    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt"%>
    <%@taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt_rt" %>

  • 农家男孩
    2017-03-19 20:27:54

    你在web.xml头部替换成

    <?xml version="1.0" encoding="UTF-8"?>

    <web-app version="3.0"

             xmlns="http://java.sun.com/xml/ns/javaee"

             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

             xsi:schemaLocation="http://java.sun.com/xml/ns/javaee

    http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">


    紫罗天

    改了还是木有用,我已经用freemark写了,估计是我idea出问题了,不过还是要谢谢回答

    2017-03-19 20:50:53

    共 1 条回复 >

Java高并发秒杀API之web层

Java实现高并发秒杀API的第三门课,介绍Web层的设计和实现

66079 学习 · 395 问题

查看课程

相似问题