Kyle wrote:
The problem is that it loads through the
files, but it only displays a blank white screen...obviously I'm missing
something with the outputstream part.
You pass a Response object to this method.
In the method, you create a ByteArrayOutputStream,
but the method doesn't return anyt
Hi,
I have a page that calls a servlet, that calls another class that gets a
resultset. I want that class to take the resultset, iterate through it, and
call another class's method to display the output stream in a new pdf in IE
(without creating a pdf file). The problem is that it loads thro