-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Expected behavior
Page items are set in session state
Actual behavior
They're blank (see below as to why)
Steps to reproduce the issue
Create a page item with the following attributes:
Maintain Session State:Per Request (Memory Only)- Note this is default starting in APEX 19.x I think
In the PL/SQL code reference that page item
-- ...
logger.log('p1_id', :p1_id);
-- ...
P1_ID will be null as there is no option to include it as part of the apex.server.plugin call.
Fix will be to include it
APEX version (4.2.6 / 5.0.3)
20.2 (also affects older versions of APEX (19 up I think)
Metadata
Metadata
Assignees
Labels
No labels