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=14273>. 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=14273 Unable to invoke a fragment within a tag in a tag file Summary: Unable to invoke a fragment within a tag in a tag file Product: Tomcat 5 Version: Unknown Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Jasper2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If there is a tag file that contains a tag( simple or classic), and > within the body of the tag a fragment is invoked using the jsp:invoke > action, the tag file throws a compilation error. > e.g: > <!-- a.tag --> > <%@attribute name="frag" fragment="true" %> > <ct:complexTag var="foo" > > <jsp:invoke fragment="frag" /> > </ct:complexTag> > > In this case the _jspx_out that is passed to the getFrag.invoke(...) > creates the problem, as the compler finds that this is not defined in > the helper class. > > -- To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>