If I have an exception in my business layer (e.g. a SQL exception in my JDBC connection bean), how can I propagate it with a custom message to a global error.jsp pa
error.jsp
I came to same problem and found link describing how you can use ExceptionHandler in JSF2:
http://jugojava.blogspot.com/2010/09/jsf-2-exception-handling.html