runValidatorFromProgram

The property runValidatorFromProgram is meaningful only if the field is in a VGUI record. The property indicates whether the function referenced in the validatorFunction property runs on the Web application server (in the UI record bean) or runs in the program that receives data from the user.

The value is of enumeration Boolean:
no (the default)
The function runs on the Web application server.
yes
The function runs in the program.

Validate fields in the program only if validation requires access to program variables or to other resources that are not available on the Web application server.

Related concepts
Overview of EGL properties

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.