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?

[502 byte] By [m_za] at [2007-11-26 20:04:25]
# 1
<h:form id="formId">...</h:form><h:message for="formId" />
BalusCa at 2007-7-9 23:04:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...