Re: ListView + AjaxEditableLabel + move down and move up

2007-08-07 Thread anita nichols
Ok. Actually my code already have ajaxrequest target, how do I use this http://wicketstuff.org/confluence/display/STUFFWIKI/Script.aculo.us+SortableListViewcode? Also anyone know where the wicket extension and javadoc go after they move their web site to apache? Anita On 8/3/07, Gerolf Seitz <[

Re: ListView + AjaxEditableLabel + move down and move up

2007-08-03 Thread Gerolf Seitz
if the last suggestion is too costly (rendering the whole listview), you could just change the order of the backing list without redrawing it and add some javascript to the requesttarget (target.appendjavascript) which does the dom manipulation... On 8/4/07, Gerolf Seitz <[EMAIL PROTECTED]> wrote:

Re: ListView + AjaxEditableLabel + move down and move up

2007-08-03 Thread Gerolf Seitz
maybe this is something for you: at http://wicketstuff.org/confluence/display/STUFFWIKI/Script.aculo.us+SortableListView what you could also do is the following: + add two ajaxbuttons "up" and "down" (or images) + change the position of the row-data in the backing list in the onSubmit method of th