Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 7 Reference : Client-side Validations

Client-side Validations
A component is validated depending on how you configure validations:
The following table specifies how validations occur based on the configuration:
(On Value Change)
(On Form Submit)
If you configure a validation on form submission, it occurs when the user submits the form, or when the validate(true) API is called on the component, or parent pane, or the form.
If a validation configured on form submission fails for a component, the runtime invokes all the validations of that component on its value change until all the validations pass again. In such a case, it does not consider if the validation is configured on form submission or on value change. The validation messages displayed for controls as the result of a failed form submission disappear after the user provides a valid value.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved