By roger.keays
via ninthavenue.com.au
Published: Oct 27 2012 / 11:31
Here is an annoying problem using JSF error pages for JSF requests. Everything looks just fine, HttpServletResponse.sendError() sends the error page, but JSF continues processing and starts throwing exceptions after the response is complete. Fortunately there is a simple solution.
Add your comment