emxEditableTable.displayValidationMessags("XML"); This API requires this XML as the input argument: <mxRoot> <object rowId="0,5"> <error>Error: Object with the same name already exists.</ error> </object> <object rowId="0,3,2"> <error>Error: Multiple connections are not permitted.</ error> </object> </mxRoot> The rowIDs and the text of the error messages, must be defined by the JSP. |