i am working with a list object, and i have saved the indices of the selected items by the user, (its a multiselect list).
Now, on loading of a session, i would like to prehighligh these previously selected indices, to make the user remember what he selected earlier, i cant get this to work as the set selection action keeps track of only the last selection.
Any help with this