I have a sortableListView on a form
slv=new SortableListView("itemList", "item", mlist2) {
public void populateItemInternal(final ListItem item) {
item.add(new Label("label", item.getModel()));
}
};
formm.add(slv);
I would like to get the list of the new value in the view when the form is
submited, can someone explain how to do that.
Thanks in advance
Regards
Stephen
