5 Replies Latest reply on Oct 22, 2009 3:37 PM by nbelaevski

    A4j exception handling.

    quartilan

      Is there a way to handle unchecked exception so I can give an FacesMessage on the page that was responsible for the exception.

      I don't want to redirect to an error page. An example would be "OptimisticLockException".

      I found for MyFaces that they do something with "ApplicationListenerImpl" but this doesn't exist for richfaces.

      I could use try catch for this kind of exception but would prefer an other solution.

      Thx in advance.