h:messages renders all global messages (those without component ids) or all messages (those with or without components ids). There is no such "give me all the messages for all the components under component x" (where x would be your table in this case).
If you want this functionality, you will have to build your own component. I suggest extending the myfaces messages renderer to do this, I think it has the power you would need to hand-pick which messages to render. On 3/13/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. > > > > > ________________________________ > Yahoo! Mail > Use Photomail to share photos without annoying attachments. > >

