Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to prevent multiple error messages from facesMessage

Lovin_JVMay 7 2015 — edited May 8 2015

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 ?

error123.PNG

This post has been answered by Timo Hahn on May 7 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2015
Added on May 7 2015
2 comments
896 views