JSP 1.0 include action problem

1999-07-22 Thread Jen Hsien Huang
I have a quest about include action the fellowing is my code Hello World<%@ page buffer="none" %>Hello World= inc0.jsp , inc1jsp , inc2.jsp are the same == <%@ page buffer="none" %>Include file: inc1.jsp<%for(int i = 0; i < 5; i++) out.println(

Re: JSP 1.0 include action problem

1999-07-30 Thread Colin Wilson-Salt
I've just struck the same problem - did anyone have a solution? After foing the include, the rest of the page isn't output. Is it a bug? Looking at the generated code things look fine: out.write("some text"); // end // begin [file=...] out.