disableValidators - Disable Validators

Disables execution of validators or not.

Category

basics

Syntax

disableValidators="true|false"

Usage

In Design mode, click All Properties and look for disableValidators under basics.

By default, validators are enabled.

The full JSF life cycle is processed (unlike immediate) but the validators are not executed. The converters are executed and can generate validation errors.

You might think of this as a "save as draft" mode.