Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Apex page submit without refresh

SGBUS1Jul 15 2025

Hi
Basically want to submit a page without a full page refresh.
I'm aware this can be done using DAs / Javascript BUT how do this without having to provide a full blown manual process? In other words how still fire any built-in processes (which cater for lost updates, row locking etc) and validations? The only way (via Javascript) that I'm aware of is to use the ‘apex.submit’ api which automatically includes the refresh so no further forward.

The Interactive Grid 'save' action does exactly what I'm looking for - fires the built-ins/validations without a page refresh, yet for some reason still can't do this with regular page items - unless I've missed something.

Using version 24.1
Thanks

Comments
Post Details
Added on Jul 15 2025
3 comments
103 views