Introduction
Validation is the process of ensuring the completeness and sanity of business data before posting to the underlying data source. Validating user input is very important for any business application that you build. We will start by discussing the features offered by ADF for adding validation rules to a page. Next, we will see how the framework handles the validation exceptions and reports it to the end user.