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..

