Hi, <% response.sendRedirect("b.jsp"); String left_page="c.jsp"; %> <jsp:include page="<%=left_page%>" flush="true" />
Running on Tomcat 4, it is ok. Running on Tomcat 3.3, the result is correct but there is error message on console. Of course, the include in this example is meaningless, but this jsp is extracted from large jsp file from client. Is it a limitation of JSP 1.1 or a trivial bug? Thanks. Hugh __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>