response « Servlet « JSF Q&A





1. What's the best way to let a JSF view generate a response to a non-jsf request?    stackoverflow.com

I have a servlet which is in the same web application as the JSF servlet. How do I replace (rather than redirect) the servlet response with the JSF response?

2. Problem in response from servlet output stream    stackoverflow.com

In my Java Based Web application, I am trying to write some files in a ZIP file and I want to prompt the user to download/cancel/save. The time when the download ...

3. Export File : Faces Servlet threw java.lang.IllegalStateException: Cannot forward after response has been committed    stackoverflow.com

I have got a method which exports xls file. The method works correctly but after it's excuted, I get

Faces Servlet threw java.lang.IllegalStateException: Cannot forward after response has ...