Collection iterate question!

2002-12-05 Thread Jana Navaneethan
Hi , I have a collection in my JSP, I want to iterate this collection and display even rows only. Is there a way to do this? Any help would be greatly appreciated! Thanks in advance, Jana. % java.util.ArrayList paymentListOdd = new java.util.ArrayList(); paymentListOdd.add(American

RE: Collection iterate question!

2002-12-05 Thread shirishchandra . sakhare
: Thursday, December 05, 2002 4:58 PM To: struts-user Subject: Collection iterate question! Hi , I have a collection in my JSP, I want to iterate this collection and display even rows only. Is there a way to do this? Any help would be greatly appreciated! Thanks in advance, Jana