Cannot resolve symbol ‘c:forEach‘;
原因在jsp页面中加入<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
提示Cannot resolve taglib with uri http://java.sun.com/jsp/jstl/core
只要在idea中将将jstl.jar作为library添加就行。
原因在jsp页面中加入<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
提示Cannot resolve taglib with uri http://java.sun.com/jsp/jstl/core
只要在idea中将将jstl.jar作为library添加就行。