Monday, June 25, 2012

Set Error Message for a TextField

To set an error message while validating a text field,
setErrorMessage("Project already exists in the workspace");
To clear the Error message,
setErrorMessage(null);

1 comment:

  1. useful post... I could solve my issue with help of this code snippet

    ReplyDelete