logic:iterate does not iterate more than once, although collection definitely contains more elements

2003-02-13 Thread mech
Hi, I have been using logic:iterate for quite a while, but now I'm stuck. Using Struts 1.1b2 on Tomcat 4.1.18. This code makes me crazy: bean:size id=test name=EditAccountForm property=roles/ bean:write name=test/ logic:iterate id=userRoles name=EditAccountForm

RE: logic:iterate does not iterate more than once, although collection definitely contains more elements

2003-02-13 Thread Jerome Jacobsen
PROTECTED]] Sent: Thursday, February 13, 2003 9:45 AM To: [EMAIL PROTECTED] Subject: logic:iterate does not iterate more than once, although collection definitely contains more elements Hi, I have been using logic:iterate for quite a while, but now I'm stuck. Using Struts 1.1b2 on Tomcat

RE: logic:iterate does not iterate more than once, although collection definitely contains more elements

2003-02-13 Thread Sri Sankaran
PROTECTED]] Sent: Thursday, February 13, 2003 9:45 AM To: [EMAIL PROTECTED] Subject: logic:iterate does not iterate more than once, although collection definitely contains more elements Hi, I have been using logic:iterate for quite a while, but now I'm stuck. Using Struts 1.1b2 on Tomcat 4.1.18

Re: logic:iterate does not iterate more than once, although collection definitely contains more elements

2003-02-13 Thread Joakim Olsson
If that is a copy-paste of your code I guess you want to remove the extra / at the end of your logic:iterate. Best regards, Joakim Quoting mech [EMAIL PROTECTED]: Hi, I have been using logic:iterate for quite a while, but now I'm stuck. Using Struts 1.1b2 on Tomcat 4.1.18. This code