status « Page « JSF Q&A





1. JSF 2 custom 404 error page does not get displayed with non existing pages that have the configured facelet extension    stackoverflow.com

I a working on a JSF2/Spring3/JPA2 project using facelets as view technology. javax.faces.DEFAULT_SUFFIX is .xhtml and the url-pattern for Faces Servlet is *.xhtml We are also using prettyfaces but it seems irrelevant ...

2. dowloand report - status on page    coderanch.com

You can only do this if you pass off the process of creating the PDF to a worker thread and use polling to interrogate the worker thread for status. And DON'T spawn the worker thread from the JSF request! Create the thread in advance at the application context level and make the JSF processor queue the request via a synchronized object. ...