0
下面是我include.jsp文件 -在這條線找到多個註釋: - 找不到標記目錄「/ WEB-INF /標籤/」
<%@ page session="true"%>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt_rt"%>
<%@ taglib prefix="tags" tagdir="/WEB-INF/tags/" %>
我有一個錯誤
找不到標記目錄「/ WEB-INF /標籤/」
也許你沒有標籤目錄在你的WEB -INF文件夾 – Gaur93
@Vaibhav chavan顯示您的web.xml –