struts 1.3 and iterate simultaneously over two or more ArrayList
vinod chemmi
Ranch Hand
Joined: Jun 15, 2009
Posts: 35
posted
0
Hi Experts
How to iterate two ArrayList simultaneously in struts 1.3. Suppose i have an ActionForm carrying two ArrayList<String> list1 and list2. I can easily iterate through <logic:iterate> in a single list. But how can i do it simultaneously in two lists?