【发布时间】:2012-05-20 06:55:26
【问题描述】:
我在我的 facelet 中使用 ui:repeat 来迭代一个集合,如下所示:
<ui:repeat var="name" value="#{loginBean.names}">
<h:outputLabel value="#{name}" />
</ui:repeat>
但它给出了以下异常:
SEVERE: Servlet.service() for servlet [Faces Servlet] in context with path [/eSchool] threw exception [com/sun/faces/facelets/tag/jstl/core/IterationStatus] with root cause
java.lang.NoClassDefFoundError: com/sun/faces/facelets/tag/jstl/core/IterationStatus
提前感谢您的帮助。
【问题讨论】:
-
您的类路径中似乎有多个版本的 jstl jar。