hy,
I have a table binded to context. The table hase several rows and columns. The user can edit the values in table-cells. Now I want to make a plausibility-check for all values in the table. And if there are for example 5 errors I want to mark the error-cells red. Therefore I wrote
msgMgr.reportContextAttributeMessage(
element,
attrinfo,
IMessageZABComp.TEST,
new Object[] ,
false
);
for every error-field. My problem is that there are 5 error-messages shown in the message-area, but I want to show only one error-message "please correct your input !". How can I do this ? How can I put out only one message in the message-area, though there are several errors ?
Florian