Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は JSF2 とプライムフェイスを使用しています。私はこのコードを持っています
<c:forEach begin="1" end="5" var="i"> <h:outputLabel value="#{i} #{msg.set}:"/> </c:forEach>
1から5までのリストアイテムを作成せずにui:repeatに置き換えることは可能ですか?