Hello,
i´m faced with a problem where could not find any answer:
I have a Page with a LOV. Lets say the possible Values are 10 ; 20 ; 30
And i have a inline Dialog Region with a interactive Grid that uses the value from the LOV as filter for the query. (select * from emp where deptno=:P1_LOV)
The problem is, whenever i change the LOV and then open afterwards the inline dialog, the old LOV value (when the page was first rendered) is used.
I tried to refresh the region before opening or to submit the LOV Value with a onChange event...
Nothing worked. Is there are a solution for this?
Thanks
Marco