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=12594>.
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=12594

If a SKIP_PAGE is returned from a classic tag nested within a Simple Tag , the page 
following the simple tag is displayed

           Summary: If a SKIP_PAGE is returned from a classic tag nested
                    within a Simple Tag , the page following the simple tag
                    is displayed
           Product: Tomcat 5
           Version: Nightly Build
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Jasper2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Lets take this case :
<st:simpletag att="val1" >
   <ct:tagex att2="val2">
      I return a SKIP_PAGE 
    </st:tagex>
     Template text 
</st:simpletag>
   This is the text after the simple tag

In such a case where ct:tagex returns a SKIP_PAGE in the doEndTag the text after
the end tag of the simple tag handler is displayed.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to