By henk
via balusc.blogspot.com
Published: Mar 04 2012 / 10:11
Whenever some business code throws an exception, it usually ends up in an HTTP 500 error page. However, this page does not show up at all whenever an exception occurs during a JSF ajax request. Ideally, JSF should just show the HTTP 500 error page in its entirety. This is possible with a custom ExceptionHandler.
Add your comment