Yep! I abandoned it because I hat to remove all Droppables associated with my component before any AJAX round trip that updated the component. This was a nightmare because that component could be embedded into others components that would refresh using AJAX, so the whole setting was very fragile... So, I switched to YUI and the problem was gone.
Ernesto On Thu, Mar 19, 2009 at 10:19 PM, Stefan Lindner <lind...@visionet.de>wrote: > It is still there. I had massive problems with updating dropable items in a > table with ajax. > > -----Ursprüngliche Nachricht----- > Von: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] > Gesendet: Donnerstag, 19. März 2009 21:31 > An: users@wicket.apache.org > Betreff: Re: drag and drop > > 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 > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >