3 Replies Latest reply on Sep 20, 2011 1:10 PM by iabughosh

    RichFaces dialogs and JSF 2 exception handling

    iabughosh

      Dears,

      I'm using a richfaces dialog to delete a record (like a confirm dialog), if i press ok button and an exception get fired, I can't handle this exception using

      JSF 2 ExceptionHandler even I've tried JSF 2 System event ExceptionQueuedEvent, but if the button is not in the dialog (in the parent page), I can catch the exception, how can handle exceptions fired from Rich dialogs ?

       

      my enviroment:

      JDK 1.6,

      JSF 2 + Richfaces 4

      Tomcat 6.

       

      regards.