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

jsp:include fails on WindowsXP with WSPackb06

           Summary: jsp:include fails on WindowsXP with WSPackb06
           Product: Tomcat 4
           Version: Nightly Build
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When a jsp:include is used in a JSP page , the contents of included page is not
displayed .This happens only on WIndows XP.

This is one of the JSPs that fail:
*****************************************************************************
<HTML>
<HEAD>
<TITLE>Test22.jsp : using &lt;jsp:include page="includeme.html" flush="true"
/&gt; (Relative Path) </TITLE>
</HEAD>
<BODY BGCOLOR=white>

<CENTER>
<FONT COLOR="BLUE">
<STRONG>Test Output</STRONG>
</FONT>
</CENTER>
<HR>

<STRONG>Test22.jsp : </STRONG>  using &lt;jsp:include page="includeme.html"
flush="true" /&gt; ( Relative Path )
  to include a html file contents in this JSP page. 
<P>


 Content of "includeme.html"

<hr>
<jsp:include page="includeme.html" flush="true" /> 

<hr>
 

</BODY>
</HTML>
*****************************************************************************
The output does not contain the contents of "includeme.html"

This works fine on win2k.

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

Reply via email to