4 Replies Latest reply on Sep 19, 2008 3:49 PM by tonyukuk

    usage of richfaces listShuttle

    tonyukuk
      <rich:listShuttle sourceValue="#{invoiceHome.pc}"
                  targetValue="#{invoiceHome.pc2}" var="item"

      I try to assign values that I get from "pc" which is a List item in invoiceHome class to pc2 which is another List variable. But I cannot see these variables. How can I assign selected values to different List item?