3 Replies Latest reply on Nov 10, 2011 12:33 PM by healeyb

    How to prefill in rich:pickList the right hand target list ?

    juergen.zimmermann

      I'm using rich:pickList with RF 4.1.0.M3. I want to prefill the target list, e.g. in

      <rich:pickList value="#{mybean.mySelectedItems}"

      I don't want to start with an empty list, but I want to display some items, which are already available (resp. were selected in the past).

      However, I always see an empty list, even if mybean.mySelectedItems is not empty. Any hint is appreciated!