I am working a page that will take a list of imageVO objects. (imageVO is a simple bean that contains the filename, and path of a image file on the HD. ) and display them in a HTML table. What I am tryiing to do is find a good way to determine how many imageVO objects are in the collection, and using the modulo, determine how many cells need to displayed for each row of the table for things to work out well.
Ideally I would like to find a taglib that would do this, similar to the logic:iterate tag that you get in struts.
Does anyone have any good ideas of where to look, or a better way to do this, or has anyone even seen anything like this?
Ideally I would like to find a taglib that would do this, similar to the logic:iterate tag that you get in struts.
Does anyone have any good ideas of where to look, or a better way to do this, or has anyone even seen anything like this?