Merta
Merta

Reputation: 964

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?

Upvotes: 0

Views: 301

Answers (1)

ardai
ardai

Reputation: 58

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

Upvotes: 3

Related Questions