当前位置: 代码迷 >> J2EE >> No tag "forEatch" defined in tag library imported with prefix "c"该怎么解决
  详细解决方案

No tag "forEatch" defined in tag library imported with prefix "c"该怎么解决

热度:536   发布时间:2016-04-22 00:46:09.0
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?
  相关解决方案