validationOrder

The property validationOrder indicates when the field's validator function runs in relation to any other field's validator function. The property is important if the validation of one field depends on the previous validation of another.

The value is a literal integer.

Validation occurs first for any fields for which you specified a value for the property validationOrder, and the items with the lowest-numbered values are validated first. Validation then occurs for any items for which you did not specify a value for validationOrder, and the order of validation in this case is the order in which the fields are defined in the PageHandler.

Related concepts
Overview of EGL properties
PageHandler

Related tasks
Creating an EGL pageHandler part
Creating an EGL field and associating it with a Faces JSP
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.