I'm using APEX 19.1. I have a requirement to put multiple regions on a page. For example, two regions are form based(static region with items, with submit button). I have tried with two regions separate buttons submit buttons with different button name/label in each region and selected the region button name for server condition for the submit process, but does not fire the process. I'd to remove button condition, in which case, updating both regions and also firing validations in both regions, which is not desirable. is it possible to submit individual regions without submitting and refreshing the other regions on the same page. any ideas are appreciated, thanks for your help.