Hi I have an exception (LostUpdateException), and configured to go to an error page in the web.xml. But when this exception is thrown the error page is not being displayed, JSF catches the exception and throws a new exception (javax.faces.el.EvaluationException), is there something I am missing ? How do I configure this.
TIA -Srikanth Madarapu

