read the output of a jsp into a string
843841Dec 29 2005 — edited Jul 11 2007I need a servlet that can return the output html of a jsp as a string. How can I do this? I played around with constructing a URL object and getting an InputStream from that but without success.