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!

apex.submit - the request value

Billy VerreynneSep 2 2013 — edited Sep 3 2013

Using a number of different Apex versions - on this particular server it is Apex v4.0.2

The documentation for JavaScript APIs indicates apex.submit() as setting the REQUEST variable - which I assume is the standard request item value used in Apex.

I have debugged the submission on the browser side and apex.submit() does POST the request value (as variable p_request). But the value is not accepted or set on the server side. Using :REQUEST or v('REQUEST) in the page's regions does not show the posted request value. It is null. There is no explicit branch condition on the page.

What do work is that the page items assigned values are submitted and seen by the back-end. E.g. if P1_NAME is set in apex.submit(), that value is seen via page regions/processes after submission. Unlike the request value.

Am I doing something wrong? Is this an issue with an older Apex version?

This post has been answered by fac586 on Sep 2 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 1 2013
Added on Sep 2 2013
5 comments
19,981 views