Hi. I'm using JDeveloper 11.1.2.4.0.
I have a bounded task flow containing a page that displays a table of data from a Tree binding. There are also 2 attribute bindings in the page def from the same iterator.
The first issue is when a column sort is applied to the table, the sort criteria remains in place even when the task flow is refreshed (from a change in the input parameters). I know the table sort criteria can be removed via an action, but how can this be performed automatically when the task flow refreshes?
The second issue is when the sort is applied on a task flow refresh, the selected table row values are inconsistent with the attribute binding values.
Any ideas please?
Thanks in advance.