mojarra « Glassfish « JSF Q&A





1. JSF/Mojarra "flash scope" problems    stackoverflow.com

I've got an app running on Mojarra 2.1.1 / Glassfish 3.1 which has now grown to 150,000+ lines of code. The app uses ajax extensively with ViewScoped managed beans and the page-redirect-get pattern ...

2. What is the canonical way to handle errors during Ajax-requests?    stackoverflow.com

For normal requests we can simple register an <error-page> in web.xml. However, this does not apply to Ajax-requests. By default errors during an Ajax-request will result in a little pop-window in ...