Is it possible to include a tag (or servlet) in a jsp which directly writes to the outputstream (the same on as the jsp) ?
Right now, tomcat is throwing a "org.apache.jasper. runtime.ServletResponseWrapperInclude.getOutputStream..." or a "java.lang.IllegalStateException: getOutputStream() has already been called for this response" In other words, is it possible that a tag (or servlet) together with a normal jsp build up a screen ? T.i.a. Leonard

