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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

APEX doesn't check item value until you submit the page???

Alter BoyAug 14 2018 — edited Aug 22 2018

I've been getting really annoyed with the way APEX checks its item's value only after you've submitted the page. I've been doing workarounds that have taken way too much work and now I can't even do a workaround in this situation. Is there a way to get a page item's value without submitting the page first? What I mean is like if I have a page with just a text field and a Submit button, I want to put "Hello" in that field and click Submit. I then have a dynamic action on Submit that onClick performs a PLSQL insert into expression that inserts the value of that field into a table I want. However, the value is ALWAYS null no matter what I do. How do I fix this or is APEX just that barebone?

This post has been answered by ApexMeister on Aug 14 2018
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 12 2018
Added on Aug 14 2018
4 comments
5,108 views