Hi,
I'm using Apex 5.02 and 11g DB.
I have 1 page with 2 items, P2_MODULE_TYPE (static select list = 'A','R','P','S') and P2_MODULES (shuttle).
Below is the shuttle properties and it works fine if you do not change the select list..
My issue is when you change the select list (Type) the shuttle (left side) is refreshed but the right side is always empty.
The right side of the shuttle is being set by computation and it seems like during cascade refresh the computation is not being run.
Example
for Type = S I have values on the right side and this is being displayed properly if the is the initial value but if I change the list to something else then go back to the same type the right side would now be empty.
Thanks!

