You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/06/08 03:59:42 UTC

DO NOT REPLY [Bug 8926] - Duplicate variable definition in generated Java source, related to custom tag scripting variable

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8926>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8926

Duplicate variable definition in generated Java source, related to custom tag scripting variable





------- Additional Comments From pgordon@fourthchannel.com  2002-06-08 01:59 -------
This is the same bug that I just posted (9699).  I believe, I see that the 
do...while() loop containing "currentValue" also contains another 
do...while() loop with "currentValue" defined--although the code is a little 
hard to follow in this browser window.  This is improper java syntax.  It is a 
problem with self nested tags.  You can duplicate this example using the 
simple tag example FooTag, foo.jsp that installs with jakarta by nesting a 
<eg:foo> tag within the existing <eg:foo> tag.  See the other bug (9699) for 
a little more detail.  This is critical for us, it blocks development on 
Tomcat.  We are trying to port our application to Tomcat from Weblogic 6.  
By the way--this bugzilla thing is pretty cool, just used it for the first time 
today--and it sure beats Rational clearquest.

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