byPassValidation

When the EGL property displayUse is button or hyperlink, the property byPassValidation indicates whether EGL-based validation is bypassed when the user clicks the button or link. You might want to bypass validation for better performance; for example, whenever the user clicks an Exit button.

The value you assign to byPassValidation is used as a default when you place the field (or a record that includes the field) on the Web Page in Page Designer.

The property affects only EGL-based validations, not those specified by JSF tags; for details, see PageHandler.

Values are of the enumeration Boolean:
no (the default)
The input fields are validated as usual
yes
The EGL runtime does not return user data to the PageHandler

Related concepts
Enumerations in EGL
Overview of EGL properties
PageHandler

Related tasks
Binding a JavaServer Faces command component to an EGL PageHandler
Creating an EGL pageHandler part
Using the Quick Edit view for PageHandler code

Related reference
PageHandler field properties
PageHandler part properties
PageHandler part in EGL source format
Page Designer support for EGL

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