Hi my jdev version - 11.1.1.7.0
I am using custom exception handler which is registred in Descriptors>ADF-Meta-Inf>services.
So whenever excepstions occur in whole application it catches in custom handler code and displays as facesMessage with severtiy error and the message is "service unavailable."
But in case of multiple exceptions it shows the same error message multiple times on user page which is not intuitive.
How can i prevent showing same message multiple times ?
If there are multiple error , how can i display message just single time ?
