Friday, December 21, 2012

JDev/ADF sample - Skip Validation for ADF Required Tabs

  • Skip Validation for ADF Required Tabs. Tell me - how often it happend to implement such basic layout where required attributes from one Entity are located on the same fragment/page but in different tabs? I guess quite often, this is common requirement. However, is not so obvious how to implement it properly. Most likely you will end up into infinite loop of validation errors for required fields when trying to switch between tabs. I will describe in this post how to implement multiple tabs with required attributes from the same Entity and avoid unexpected validation errors.
    Download - TabsValidationApp.zip

No comments: