日期:2014-05-19  浏览次数:20788 次

No tag "forEatch" defined in tag library imported with prefix "c"
在JSP页面中添加
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>

并在项目中添加了jstl包和standard包

但是就出现标题的那个异常了 为什么呢????

想在页面中使用<c:foreatch>.....

------解决方案--------------------

------解决方案--------------------
for god's sake, it's forEach, not forEatch. Can you spell EACH?