0 Replies Latest reply on Sep 6, 2009 6:30 AM by sparkettin

    pickList dependent selection

    sparkettin

      hello,
      I use rich:picklist. I get select data from database via my converter. Let's say I get from database the objects A,B,C,D and on the list they are represented as A,B,C,D. Some items in the list is depend on each other. for example when user select A, D also automaticly must be selected and moved to the right list. When I deselect A, it must be moved to left list with D. Can I do that with rich:pickList? If I can, can you give me a tip how to do it? thanks...