I am trying to create what is easily described as the right half of the Palette. The following functionality needed is:
1. Add items to the list via AJAX 2. Move an individual item either up or down in the list 3. Persist the ordered list to the model so the form has the correct order The palette does this but the available list is not really needed. Has someone does this before and does it work? The London Wicket ListEditor code does not work. The jar in wicket-stuff for something similar is very out-dated and does not compile with wicket 1.4.3 Any ideas on how I can accomplish this? This goes back to the question posted to the mailing list a few weeks back. Is there a list of components that have been built that is up to date? Why aren't components shared more often? It seems to grow adoption of Wicket that a component library is needed like other frameworks [.Net, JQuery, JSF, etc...]
