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!

Application Item value in javascript

12247Feb 12 2010 — edited Feb 14 2010
I am sorry if this question has been asked, I am unable to find a clear answer on how to do it searching through the forum.
I am trying to access the value of an application item in javascript.
I have tried $v('APPL_ITEM') and $v('APPL_ITEM').value, when I try to display with alert($v('APPL_ITEM')) or alert($v('APPL_ITEM').value) it either shows null or undefined.
I have viewed the session state, show all and see that my application item hah a value.
How can I use the value of an applicatin item in a javscript function.

Regards,
Mark
This post has been answered by 438381 on Feb 12 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 14 2010
Added on Feb 12 2010
6 comments
2,920 views