This post talks about how to use af:selectManyShuttle component. Not only how to use it, but to display already selected set of values as pre populated list out of complete list.
So shuttle component has two tags which are of importance.
<af:selectManyShuttle value = "selected values" has value attribute which refers to selected values and inside this tag there is <f:selectItems value="all values". This selectItems tag refers to complete set of list.
So shuttle component has two tags which are of importance.
<af:selectManyShuttle value = "selected values" has value attribute which refers to selected values and inside this tag there is <f:selectItems value="all values". This selectItems tag refers to complete set of list.