次のようにコレクションを反復処理するために、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
助けてくれてありがとう。