首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

No tag "forEatch" defined in tag library imported with prefix "c&

2012-10-05 
No tag forEatch defined in tag library imported with prefix c在JSP页面中添加%@ taglib urihtt

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?

热点排行