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.
- Re: Integrating servlet output into JSP carnell
- Re: Integrating servlet output into JSP Wyn Easton
- Re: Integrating servlet output into JSP Wyn Easton
- Re: Integrating servlet output into JSP Wyn Easton
- Re: Integrating servlet output into JSP Wyn Easton
- RE: Integrating servlet output into JSP Wyn Easton
- Re: Integrating servlet output into JSP Craig R. McClanahan
