Where in the page lifecycle does validation occur?

It is always good to know the sequence of actions that happens at the client and server when a page with validation-enabled components is submitted. In this section, we will explore the validation cycle for a typical fusion web page.

Client-side validation

The client-side validation is triggered when the user finishes editing the data on the UI. During the client-side validation cycle, the client-side peer component for the UI control performs basic data sanity checks which include basic data type checks as well as executing client-side validation rules such as mandatory field, maximum length, and max-min value check. If any error is found during this cycle, it will be immediately reported back ...

Get Oracle ADF Real World Developer's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.