On Wed, Mar 26, 2008 at 1:50 AM, James Carman
<[EMAIL PROTECTED]> wrote:
> Is there a way to enable drag-n-drop in a Wicket tree?  Our users have
>  a usecase where they want to be able to build a hierarchical list of
>  "stuff" and they want to be able to move stuff around easily and
>  reorder nodes.  Is there an example out there?  Has someone done this
>  before?

We're currently working on it.  We use wicketstuff-scriptaculous, and
so far it seems to work, but some things are still missing.

The basic idea is straightforward: each node is a DraggableTarget (for
accepting drops), and has a DraggableBehavior (for being dragged).

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to