I have a requirement where I need to show sequential images. I have list of objects (with image src, name...etc). I need to show images in jsp (5 in each row and 10 columns) + add pagination. Is this possible using display tag? Any pointer would be appreciated.....
Just to be clear. I am able to display images but all would be only in One column in jsp. How would I display in
5 X 10.
Thanks,
sajjad77 wrote:
Hello,
I have a requirement where I need to show sequential images. I have list of objects (with image src, name...etc). I need to show images in jsp (5 in each row and 10 columns) + add pagination. Is this possible using display tag? Any pointer would be appreciated.....