Skip to content

Missing Page Items to Submit #13

@martindsouza

Description

@martindsouza

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions