The lack of existing out.write() calls suggests to me that the JspRuntimeLibrary.include() is supposed to do it. Probably why 'out' is given to .include() as an argument.
But why is a runtime library needed if the content is static? Should be compiled once and that's it. API of the JspRuntimeLibrary is http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper/docs/api/index.html Author states: "However, I'm not sure if that works so well right now. It got forgotten at some point. -akv " > I may have misspoke about the java file looking > correct. > Here's what I see: > JspRuntimeLibrary.include(request, response, > _welcomeIntro, out, > true); > > No out.blahblah...or nothing around it even similiar > to what is in the > working .java file. __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
