Posted By:
Jeffrey_Blattman
Posted On:
Tuesday, October 24, 2006 01:17 PM
i have a set of objects, and i want to dump them into table cells. i want something like this:
i want the grid component to iterate over all of the items and put them into cells, using as many rows as necessary considering the column constraint.
this seems like a very common pattern, but i can't figure out how to do it in jsf. i hope this is a dumb question
:)
thanks.