Hi all I am now getting a bit more comfortable with the iterator in
Struts, and it's time for me to design some structures to store my data in.
I want to be able to put multiple strings and iterate over parts of each of the
string sets.
So for example if I have productName, productDesc and productPrice, I was thinking of storing these things in an object, and them putting all of these objects in a data structure (this is the part that I am curious about what would make the best sense). When I stated that I want to iterate over parts of the list I was thinking that I could use the length and the offset values in the iterate function to implement paging. Does this seem reasonable, and can what I want to do with respect to the collection of objects work with the iterator ?
Hopefully that made enough sense if not please let me know and i'll try to explain it more clearly.
Cheers