java.lang.IllegalStateException: getOutputStream() has already been called
807591Sep 21 2006 — edited May 6 2008Thanks in advance for reading my query
when i try to display the pdf on jsp page i am getting this exception.
generally in jsp page we present the data using jsp writer but i need to present the pdf so i have used byte streams to display.
so i have used
OutputStream outstr =pageContext.getResponse().getOutputStream();
any help is appreciated
Thanks,
javamine