https://issues.apache.org/bugzilla/show_bug.cgi?id=46339
Summary: Recursive tag files with JspFragment attributes fails Product: Tomcat 6 Version: 6.0.18 Platform: All OS/Version: All Status: NEW Severity: critical Priority: P2 Component: Servlet & JSP API AssignedTo: dev@tomcat.apache.org ReportedBy: [EMAIL PROTECTED] Created an attachment (id=22991) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22991) Application that demonstrates the problem It's not possible to write a recursive tag file that makes use of a fragment attribute. The fragment will be correctly invoked at the first level. But when the fragment is passed on as an attribute to the recursive invocation, the fragments seems to be invoked and the result of the invocation is used instead. See the attached application for a demonstration. This may be related to bug #42693. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]