0 Replies Latest reply on Oct 24, 2007 8:35 AM by gagool

    Making changes to the dom client side..

    gagool

      I have been trying to get DOJO drag and drop to work with richfaces.
      The result would be a netvibesish kind of interface with drag and drop of content cells.

      When a cell is moved, I can't reDraw anything anymore inside it.

      It works when I use a h:commandButton so I might guess that it has something to do with the ajax view state that doesnt get updated?

      All IDs remain the same they are just moved in the DOM under the same parent node.

      At the moment it isnt possible to reRender the page without recompiling the facelets page due to issues with compile and render time tags (include), which is the way to go here?