0 Replies Latest reply on Jul 6, 2009 1:04 PM by vsirishreddy

    Drag drop with picklists

    vsirishreddy

      I have a pick list component, designed by me with two h:selectManyListbox components, one for the source and other for the destination list. I have two buttons add and remove, that when clicked, either adds or removes the select items from destination, simultaneously updating a hidden string variable using javascript. This hidden var is used to fetch the selected values from my action.

      Now I would like to know, whether richfaces drag and drop component can be implemented to drag select items from source h:selectManyListbox component to the destination h:selectManyListbox.

      Also let me know if some other component helps me implement this functionality. Any help is highly appreciated.

      Thanks.