1
我使用的用戶界面:重複我的facelet到集合遍歷如下:java.lang.NoClassDefFoundError:COM /陽光/面/小面/標籤/ JSTL /核心/ IterationStatus
<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
高級謝謝你的幫助。
看來你在classpath中有jstl jars的多個版本。 – kosa