1. What's the best way to let a JSF view generate a response to a non-jsf request? stackoverflow.comI 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.comIn 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.comI 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 ... |