0 Replies Latest reply on Mar 29, 2010 2:17 PM by derlukasz

    rich listShuttle selected item

    derlukasz
      Hi,

      I have a problem with a feature of listShuttle!
      I try to get a list of values from a selected item in the listShuttle. But how to know witch one is selected?

      My code:

      '
      <rich:listShuttle sourceValue="#{cont.peoples}" listsHeight="400" sourceListWidth="500" targetListWidth="500" name="OrderBy" id="OrderByAuthor" targetValue="#{pEntity.pepoles}" var="items">
          <h:column>
              <f:facet name="header">Name</f:facet>
          <h:outputText value=" #{items.firstName} #{items.lastName}" ></h:outputText>
          </h:column>
          <a:support event="onlistchanged" ajaxRendered="true"/>
          <s:convertEntity />
      </rich:listShuttle>
      '
      Now i want to edit the information of a person, witch i select in the Shuttle List. Any ideas?
      Thank u for help!

      ---
      Peter^^