Say I have two lists, which are (in Java terms) independent. Is it possible, using the Struts tags, to iterate and use nested properties to iterate over them "in parallel", so the that I can refer to the the nth item in both lists as the same time, or do I have to build a custom class that holds one item from each and combine the two lists into one.
Thanks. David Corbin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

