1. JSF 2 custom 404 error page does not get displayed with non existing pages that have the configured facelet extension stackoverflow.comI a working on a JSF2/Spring3/JPA2 project using facelets as view technology.
|
2. dowloand report - status on page coderanch.comYou 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. ... |