0 Replies Latest reply on Dec 23, 2009 5:22 PM by boy18nj

    Understanding Picklist ?

    boy18nj

      In this example-

       

      <rich:pickList value="#{pickBean.listValues}">

       

              <f:selectItems value="#{pickBean.sourceList}"/>

       

      </rich:pickList>

       

      Am I correct  #{pickBean.sourceList} is the source list and #{pickBean.listValues} is the destination list. I mean to say when i copy all the values from left to right, all the values will be copied to #{pickBean.listValues}, then i can use this list in Bean to persist in the DB?