Dev Zero G Ltd team wrote: > I have Collection around which I'm iterating using the struts > <logic:iterate> tag, but the index does not increase. This problem > appears only in in 4.1.9 version. If I deploy the same .war file under > Tomcat 4.0.4 - everything work ok.
This tag is likely not compliant with the specification. This would cause problems with Jasper 2 tag reusing. You can disable tag reuse to fix the problem (at a performance cost if you have many tags in your page). (please post that on tc-user) Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
