You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by carnell <ca...@iabg.de> on 2000/11/14 12:05:54 UTC

Integrating servlet output into JSP

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.