Dears, In my struts application I open another application using Url conection, this application gets a PDF file and write it to my output stream.
I tried the application and if I run my client code from JSP ==> it work fine, but if I run it inside Struts Action I get that the response is already committed, although I return null in the action forward. Any help? Thanks