You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/11/05 21:46:49 UTC

DO NOT REPLY [Bug 14273] New: - Unable to invoke a fragment within a tag in a tag file

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: tomcat-dev@jakarta.apache.org
        ReportedBy: prasad.subramanian@sun.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>