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!

lookup lists and the HIDDENVALUE

EmuApr 15 2012 — edited Apr 15 2012
I'm using a apex lookup list which has a display value and a return value. The return value is stored in a hidden input value names [itemname]_HIDDENVALUE.

Now I have some javascript which I would love to access this hidden value. Instead I'm using the display value and then when the form is submitting I"m trying to calculate what the return value would have been. It more or less works though I've had some issues with special characters and whitespace etc. So I'm wondering is it safe to reference [itemname]_HIDDENVALUE - or could this name change one day when a future version of apex comes along?
This post has been answered by jariola on Apr 15 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2012
Added on Apr 15 2012
1 comment
113 views