Re: jWicket SortableList

2010-06-10 Thread Charles Deal
I just implemented Sortable in my project. I am using jWicket as the basis for my jQuery components. HOWEVER, I have a slightly divergent implementation of the behaviors. ( As I posted not too long ago). So, it is possible to use the JQuery Sortable impl. Unfortunately, I haven't had the time

RE: jWicket SortableList

2010-06-10 Thread Stefan Lindner
jWicket (and jQuery too) does not know anything about other elements when you drop one element onto another. The droppable element itself must know ist's position within your list. So if you render your list, you must keep track of the relative position in your rendered elements. I don't know o