Options: 1) ui:repeat from facelets 2) t:dataList from tomahawk 3) c:forEach with facelets (not at all recommended)
On 1/15/07, legolas <[EMAIL PROTECTED]> wrote:
Hi Thank you for reading my post. I have a jsf page which i need to have a loop inside it. the loop will iterate an array the array contains some user object and this loop will make it possible to show those users. i set the user array as a property of my session bean. should i use c:forEach ? if so, does it works in jsf? Thanks -- View this message in context: http://www.nabble.com/how-to-create-loop-in-jsf-pages-over-an-array--tf3016736.html#a8377722 Sent from the MyFaces - Users mailing list archive at Nabble.com.

