读书人

No tag quot;forEatchquot; defined in tag li

发布时间: 2012-10-05 15:34:34 作者: rapoo

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?

读书人网 >J2EE开发

热点推荐