To set an error message while validating a text field,
setErrorMessage("Project already exists in the workspace");
To clear the Error message,
setErrorMessage(null);
setErrorMessage("Project already exists in the workspace");
To clear the Error message,
setErrorMessage(null);
useful post... I could solve my issue with help of this code snippet
ReplyDelete