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!

Oracle Apex v20.2 session state

Srini-SJan 9 2022

Whenever I click on the 'session' during development to see what are the values that are currently held by each page item, the data is sometimes misleading,
For example, I just keyed in a value in to a text item and tabbed out or selected a value from a select list or a pop up LOV, or a radio group, when looked at the session state, values are not always displayed. However, the transactions get submitted with values that I keyed in or selected.
Question : How is the behavior controlled for each item? Why does it show for few items and why not for few page items. I know that only when 'submitted', value of a page item is 'set' and used in page processing. But isn't this consistent across page items? Sometimes the status of the session state is like 'updated'. What's that ? Are the page items 'updated' when a default or a source or a preprocessing before page regions etc.?

This post has been answered by fac586 on Jan 10 2022
Jump to Answer
Comments
Post Details
Added on Jan 9 2022
8 comments
1,935 views