Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 38618 invoked from network); 14 Nov 2000 11:06:56 -0000 Received: from iabgfw.iabg.de (firewall-user@194.139.245.2) by locus.apache.org with SMTP; 14 Nov 2000 11:06:56 -0000 Received: by iabgfw.iabg.de; id MAA11272; Tue, 14 Nov 2000 12:06:51 +0100 (MET) Received: from iabgmh.iabg.de(10.255.255.2) by iabgfw.iabg.de via smap (V4.2) id xma010625; Tue, 14 Nov 00 12:05:21 +0100 Received: from craignt ([10.15.0.26]) by iabgmh.iabg.de (Post.Office MTA v3.5.1 release 219 ID# 127-59214U1600L300S0V35) with SMTP id de for ; Tue, 14 Nov 2000 12:05:20 +0100 Message-ID: <009b01c04e2a$dbd92d10$1a000f0a@sam.iabg.de> Reply-To: "C S Carnell" From: "carnell" To: "Tomcat-user" Subject: Integrating servlet output into JSP Date: Tue, 14 Nov 2000 12:05:54 +0100 Organization: IABG MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I am currently migrating two projects that we have, both in Servlets into JSP. Rather than rewriting everything into Model 2/with JSP architecture, is it possible for me to write a JSP page that includes the output of the Servlet(which make use of out.println a lot etc). I could simply remove the outs in the Servlet which generate the html/body/end body/end html HTML tags.? Thanks, Craig.