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/08/20 10:04:42 UTC

DO NOT REPLY [Bug 11849] New: - Nested includes with JSTL1.0EA do not work

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

Nested includes with JSTL1.0EA do not work

           Summary: Nested includes with JSTL1.0EA do not work
           Product: Tomcat 4
           Version: 4.1.9
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Jasper 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: georg-schmid@ti.com


I am using the JSTL1.0 EA to include pages with c:import.

My front page imports a header and another page, which in turn imports two 
other pages, like
main.jsp:

<c:import url="header.jsp"/>
<c:import url="workspace.jsp"/>

workspace.jsp:
<c:import url="left.jsp"/>
<c:import url="right.jsp"/>

left.jsp:
<c:import url="tree.jsp"/>

right.jsp:
<c:import url="selection.jsp"/>

With Tomcat 4.1.3 everything is included and displayed correctly, but with
Tomcat 4.1.7 and Tomcat 4.1.9 the imports in left.jsp and right.jsp return the 
header.jsp instead of the correct files (tree.jsp and selection.jsp).

(If I knew how to do it with this GUI, I'd include a screen shot).

This bug makes Tomcat 4.1.7 and greater unusable for me.

Best regards
Georg

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>