12 Replies Latest reply on Jul 9, 2012 3:33 PM by ealonso04

    RF 4 rich:pickList: how to prepopulate the target/right side?

    kwutzke

      Question pretty much says it all... when using a reference to an already populated list of items rich:pickList isn't using these as target items/entities:

      {code}

      <rich:pickList value="#{pqHome.participatingCompanies}"

                     var="company"

                     converter="#{companyConverter}"

                     orderable="true">

        <f:selectItems value="#{pqHome.nonParticipatingCompanyItems}" />

      </rich:pickList>           

      {code}

       

      Here #{pqHome.participatingCompanies} always has at least one element, but the list to the right is always empty.

       

      Can it still be populated? If so, how?

       

      Thanks

      Karsten