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!

Passing items to Modal Dialog

FlammiferJan 14 2018 — edited Jan 15 2018

Sometimes APEX just confuses me.

I am simply passing the page value to modal dialog when using link from button. Setting values there with values on this page.

Doesn't work, blank.

I have select list, which passes its value to item on modal (of course, I use 'Always, replace any...') .

If I use static value for any item, as a source, and pass from this page to modal via link, then it will get there and set modal's item. But if its a select list as a source item, then no.

I am 100% this should work and has always worked.

EDIT: this is insane, because, say I have Display Only item on page 1...
I use static as Source and write 1234. If I link to modal page and set some value there with this value... It will show 1234 in modal dialog item.
But if I use PL/SQL expression as source for item on Page 1, and use : P01_SOME_SELECT_LIST  and pass this to modal, then modal item will be empty. But here's the catch - on Page 1 I can actually see that item really has a value of SOME_SELECT_LIST.

I don't understand this. Is this a bug?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 12 2018
Added on Jan 14 2018
4 comments
3,359 views