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=12384>. 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=12384 JasperException with nested iterate tags [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|JasperException with nested |JasperException with nested |iterate tags |iterate tags ------- Additional Comments From [EMAIL PROTECTED] 2002-09-07 20:06 ------- Seems that the temporary scripting vars are declared more than once. So from a brief look into the sources of jasper2 (tomcat4-branch) this means that either: declareTemporaryScriptingVars(page); in org/apache/jasper/compiler/Generator.java around line 452 needs to be removed or the type declarations out.printin(varInfos[i].getClassName()); out.print(" "); in saveScriptingVars() in the same file (around line 1534 and 1548) needs to be removed. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>