Reputation: 115
multiple submit buttons on the same page in oracle apex?
we have two (2) regions and each region has its own submit button (calling process). The issue is region 1 has submit button and also validating region 2 items which i don't want , i just want to only validate region 1 items on region 1 submit.
please help me out. I am using oracle application express 18.2
Upvotes: 0
Views: 1942
Reputation: 142705
When you look at validation's properties (on the "Processing" tab), check its "Server-side Condition" section. It allows you to specify WHEN BUTTON PRESSED property so - set it to a button which belongs to that region.
Upvotes: 3