RE: Problem with logic:iterate Tag

2005-06-09 Thread Deepak Srivatava
Any guess whats happening wrong here?, the output is as follows 4thCol 4thCol 4thCol 4thCol 4thCol 4thCol 4thCol 4thCol But the correct output should be as follows 1stCol 2ndCol 3rdCol 4thCol 1stCol 2ndCol 3rdCol 4thCol Deepak -Original Message- From: Deepak Srivatava [mailto

Problem with logic:iterate Tag

2005-06-08 Thread Deepak Srivatava
I am populating following simple List in action class and putting that in form class. private List getSystemTableList(ConfWizardBean confwizbean, HttpSession session){ ArrayList outerList = new ArrayList(); for (int i = 0; i < 2; i++) {