When using the new apex 5 release I'm encountering the following issue:
Can't get the value of page items through plsql:
nv(:P2_TO, :P2_FROM) <<< DOESN'T WORK *I Yes P@_FROM exist and verified
nv(:P2_TO, 'test') <<< DOES WORK
I have tried this both on apex.oracle.com and my own host both wont work.
Some more info:
nv(:P3_TO, :P3_FROM)
- colon beforeP3_FROM
is missing. – Dmitriy