DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38376>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38376 ------- Additional Comments From [EMAIL PROTECTED] 2006-04-13 20:45 ------- (From update of attachment 17500) --- Generator.java.orig 2006-04-13 16:24:25.164043200 -0400 +++ Generator.java 2006-04-13 16:26:05.808763200 -0400 @@ -2278,7 +2278,7 @@ out.printin("if ("); out.print(tagEvalVar); out.println( - " != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)"); + " != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {"); out.pushIndent(); out.printil("out = _jspx_page_context.popBody();"); if (n.implementsTryCatchFinally()) { @@ -2289,6 +2289,7 @@ out.println("[0]--;"); } out.popIndent(); + out.printil("}"); } out.popIndent(); // EVAL_BODY -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]