I would use YUI drag and drop instead of scriptaculous. I was using
scriptaculous for that purpose, I just implemented a table with draggable
columns, but I had some issues with AJAX updates on IE: after first page
reload draggables stoped to work because dropables had to be
removed/recreated. There was a thread on this list, long time ago,
explaining this issue. Meanwhile I don't know if this is still an issue with
newer version of scriptacoplus....

Think it is stil there

http://wiki.github.com/madrobby/scriptaculous/droppables


See Removing DroppablesBut maybe this is not an issue for your use case.

Switching to YUI made acomplishing the task a lot easier. There is already
some code for YUI drag-drop at YUI integration.

Best,

Ernesto

On Thu, Mar 19, 2009 at 9:24 AM, tbt <nadeesh...@yahoo.com> wrote:

>
> Hi
>
> I am a newbie to wicket and I want to create a page where images can be
> dragged and dropped. I had a look at wicketstuff-scriptaculous and
> downloaded the jar file but it is not compatible with wicket 1.3.2. Can
> someone provide me the link so that I can download the jar file straight
> away which is compatible with the wicket version that I am using. Any
> suggestions as to how this should be implemented using wicket is also
> welcome.  eg: wicket-dojo, wicket-jquery, wicket-prototype etc
>
> Thanks
> --
> View this message in context:
> http://www.nabble.com/drag-and-drop-tp22595081p22595081.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to