1

How save selected value from select list in session state without submit page on change?

Example work with submit page!

enter image description here

babayaro
  • 491
  • 3
  • 15

1 Answers1

4

Create a dynamic action on change of P245_YEAR Action type: "Execute Server-side Code" Language: PL/SQL PL/SQL Code:

NULL;

Items to submit: P245_YEAR

Koen Lostrie
  • 14,938
  • 2
  • 13
  • 19