Hello,
We have found that the message is logged in com.webMethods.caf.faces.component.table.html.DataTable.processValidators(FacesContext).
Basically whenever an AsyncTable content is refreshed a request with it is sent to the server for eventual changes.
Solution 1: Use suppressInputs.
It’s description says that it should contain: “List of ids of controls for which to disable validation/update processing when handling an asynchronous request (comma separated).”. Unfortunately this is deprecated now.
Solution 2: Use disjointForms
“To restrict the controls that are submitted and processed when a control is refreshed, place the control inside of a DisjointForm control; only the controls in that disjoint form will be submitted and processed.”
Hope it helps,
Vlad Turian
#webMethods#MWS-CAF-Task-Engine#webMethods-BPMS