I work on APEX 5 application and have 2 pages. On page 10 there are a tree with Selected Node Page Item set to P10_ORG_ID (hidden), Item of type Select List called P10_PERIOD and button NEXT. What I want is when press button NEXT to go to page 11 and pass values of clicked node (:P10_ORG_ID) and selected value (:P10_PERIOD) to it. How could I do this?
Thanks.