| Author |
How to Unwrap Specific Exception in JSF?
|
gopinath chockalingam
Greenhorn
Joined: Sep 18, 2008
Posts: 1
|
|
Hi, I want to redirect to an error page if ant SystemException or Application Exception is thrown from any of my application.But jsf wraps it as a FacesException.Could anyone give a better solution for this?..and i have given an entry in web.xml like, web.xml <error-page> <exception-type>no.lindorffd.common.exception.SystemException</exception-type> <location>/faces/error.jsp</location> </error-page> As it is very urgent please reply immediately....... Thanks & Regards, Gopinath.C
|
 |
 |
|
|
subject: How to Unwrap Specific Exception in JSF?
|
|
|