isAgentryDisplayingValidationFailure() method

Called to ask if Agentry should handle displaying validation failure text or leave it to the extension.

Syntax

public boolean isAgentryDisplayingValidationFailure ()

Returns

true if the Agentry should handle displaying the validation failure text, false if the extension will handle displaying the validation failure text

Usage

If this method returns true, Agentry will handle displaying the field validation failure text. If this method returns false, the extension takes responsibility for the field validation failure text.

By default, Agentry is responsible for displaying the validation failure text.