When using the JSTL c:catch tag inside JSP pages, and I access an EL expression that throws a custom exception, the tag works fine.
But when I use it with facelets, the c:catch is ignored and a HTTP500 message is sent to the client.
When using the JSTL c:catch tag inside JSP pages, and I access an EL expression that throws a custom exception, the tag works fine.
But when I use it with facelets, the c:catch is ignored and a HTTP500 message is sent to the client.