<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
出现以下错误:
Cannot find the tag library descriptor for http://java.sun.com/jsf/core
将加入jstl-1.2.jar和standard.jar加入WEB-INF/lib文件夹下,解决。