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!

How to get the value of hidden item that is in session using jQuery

OraDev16Sep 5 2021

Hi All,
I'm using Apex 20.2; i want to get the value that is stored in session for a hidden item using jQuery. So far I've tried $v and apex.item("P3_ITEM_1").getValue(); but they both seem to return the value from the browser's cache and not from session.
Thanks.

Comments
Post Details
Added on Sep 5 2021
3 comments
2,307 views