Hi Everyone,
I'm trying to achieve the following:
I want to display images inside a table on multiple rows: 2 on each row (so there will be 2 columns). I know that the number of images is anywhere between 4 to 20 (which means that I should dynamically be able to generate anywhere between 2 to 10 rows).
I have a bean which can return an arraylist of names of each image file. From there on, how can I use
JSF to render the image thumnail and a url to the image?
I tried to use a panelgrid, but how do I make it such that it is dynamic?
Any help/suggestion will be appreciated.
Thanks!
Raj