On 3/14/06, Dave <[EMAIL PROTECTED]> wrote: > A page has more than one dataTable, each table has <h:messages> above it > so that user can tell which table error messages belong to. > > But all <h:messages> display the same messages. Is there a way to scope > <h:messages>? > > bigger than components, but less then page, not global.
What about using a set of <h:message> tags, one for each component in the table?

