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=17977>. 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=17977 Nested Taglib nested:iterate loses index with jsp:include ------- Additional Comments From [EMAIL PROTECTED] 2003-03-14 22:39 ------- Found that there are problems with nested tags when a 2nd jsp include is placed in the 1st jsp include, and the 2nd jsp include has a <nested:root> element... ie: top jsp: ... inner1.jsp: <nested:root> <nested:notEqual property="bytes" value="gunk1"> <jsp:include page="inner2.jsp" /> </nested:notEqual> <!-- THE REQUEST SCOPE VAR BECOMES "nestOne" here = bug --> <nested:notEqual property="bytes" value="gunk2"> <jsp:include page="inner2.jsp" /> </nested:notEqual> </nested:root> inner2.jsp <nested:root> <nested:write property="bytes" /> </nested:root> Attached is two more examples jsp. Use testNestedIterate.jsp and Names.java from previous attachments. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
