Search code examples
javajsfdrag-and-droprichfaces

JSF rich:pickList add drag and drop?


I have task to make two multiple selections with drag and drop.

I used the rich:pickList from this example, customized it. Now I want to not just controling items with buttons, but also drag and drop feature. Found this example.

How it can be used together? And I must implement multiple drag and drop not just one element, but all selected items.

Can it done by rich faces?


Solution

  • We switched to primefaces. It has much more components and picklist with drag&drop.