Validations and conversions
Oracle JET provides multiple validation and conversion components to help us manage diverse application and component validations, and date value conversions. In the following section, let's review both validations and conversions provided by the framework.
Validations
It is important to validate the user input before submitting it for server interaction and sending data over the secure network. These validations include component-based data validation and application level validation; both are handled seamlessly by the framework components.
Component validations
Component validations include field validations for input components. They are applied to each field explicitly based on the field data type and expected content for that field, starting from mandatory field validation to the field length validation to complex field expression validations. The following is an example of component validation using validators and required validators, which trigger validations...