You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Dev Zero G Ltd team <ma...@devzerog.com> on 2002/08/27 12:46:20 UTC

Struts 1.1 beta iterator index not increasing under Tomcat 4.1.9 beta

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.



--
Best regards,
Dev Zero G Ltd team http://devzerog.com
mailto:mailing_lists@devzerog.com


kbrendel@0gdev.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Struts 1.1 beta iterator index not increasing under Tomcat 4.1.9 beta

Posted by Remy Maucherat <re...@apache.org>.
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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>