2 Replies Latest reply on Apr 27, 2009 8:41 AM by wilczarz

    Simple drag'n'drop case, please help.

    wilczarz

      I have a couple objects in a list and I would like to represent them on a page as simple boxes (divs) and let user set the order of these boxes by drag/drop support.

      The only requirement is that these boxes must be rendered horizontally. Therefore, I didn't find a way to use rich:dataTable for iteration, I tried using Facelets ui:repeat and a4j:repeat but rich:dropSupport couldn't find some client id and crashed with a popup alert.

      Can anyone please help me with some brillant idea? I'm using Richfaces 3.1.3.GA.