display the validation error and application error both on the same site
Hi,
i want to display validation error (nexxt to the corresponding component) and application (at the end of the page)on the same page.
I used <h:message for="componentId"> for the validation of the user input value. This is trivial. The problem is how to display the application error message? When i use <h:messages> , it displays error messages for all components in one place, also the validation error message.
Does somebody know, how can i solve this problem?

