0 Replies Latest reply on Sep 15, 2011 8:26 AM by jsoye

    4.1.0 M1 rich:orderingList selection

    jsoye

      Richfaces: 4.1.0.20110805-M1

       

      Hi,

      Does anyone know how to get the values of the selected item(s) from a rich:orderingList?

      In previous versions you could the selection attribute, but that's disappeared now. The

      example in github mentions selectItemClass (a style class?).

       

      https://github.com/richfaces/dev-examples.git         

       

                <in:orderingList id="orderingList" value="#{richBean.values}" columnVar="item" selectItemClass="my-select-class">

                      <f:converter converterId="EntityBeanConverter" />

                      <it:column>

                          #{item.value}

                      </it:column>

                      <it:column>

                          #{item.title}

                      </it:column>

                </in:orderingList>

       

      Thanks.