Search code examples
oracleoracle-apexapexoracle-apex-19.2

How to pass items between pages in Oracle APEX in client side?


I know when Oracle APEX page items are submitted to server (for example with ajax or saving data to database) it's possible to transfer them to another page, but I need to pass items between pages without submitting to the server. Is there any way?


Solution

  • You can use application item instead of page item. It is visible to all pages