Iterating (Displaying) an ArrayList

I am new to JSF and I have problems with Iterating over (and displaying) colloections(ArrayList) while displaying .

The only thing I am familiar is the <t:dataTable> , which is an overkill for my purpose.

I need to Iterate through an ArrayList and display them one after the other seperated by commas ...

I tried to find reseources on the net for this ..but could not find one .Could you please help me out with this..

[449 byte] By [micro_learnera] at [2007-10-2 18:30:34]
# 1
myfaces has a dataList tag which, with attribute layout="simple" just iterates and does no produce any code by itself.
Dill0ra at 2007-7-13 19:51:58 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...