ButtonControlProperties.setSkipValidation

Specifies whether or not validation of controls higher on the page is skipped prior to executing the button's on click event.

Note that field type validation is always executed regardless of the setting of this flag (e.g. check that only numeric data is entered for numeric fields).

Further documentation.

Parameters

boolean  skipValidation,