Hi.
I am using APEX 5.0.2.00.07.
I am having an problem with session state value and display synchronisation. I have two items, A and B, both based on a simple static select list. These each only allow 1 or 2 values to be selected. For both of these items, when I select a value, I have APEX "Redirect and Set Value".
The problem is that if I change A it sets the value and it displays the new value and the session state value initially matches the new display value - which is fine. However if I then change B, the displayed value of A reverts back to its previous value, although A's session state still matches the value I last changed it to. Meanwhile the session state for B is set to the new value and B is displayed correctly.
If I go back to A and change its value again, I get the problem in reverse and B's display value changes back to its previous display and its session state remains correct.
Any help much appreciated.
Thanks,
Clive