there's a wicket project that integrates the scriptaculous sortable object which might be what you're looking for: http://wicketstuff.org/confluence/display/STUFFWIKI/Script.aculo.us+SortableListView
On Wed, Mar 5, 2008 at 5:00 PM, jeredm <[EMAIL PROTECTED]> wrote: > > I am looking for an easy way to sort single items within a list...basically I > need to re-order a list. For example, I have 30 table rows and I want to > move row 13 to be before row 10. An example I found that is similar to what > I am looking for is located at http://demos.mootools.net/Sortables. Does > anybody know an easy way to implement this type of solution (an easy to > re-order list) in Wicket? My list size is probably more than 10 and less > than 100. Thanks for any help! > -- > View this message in context: > http://www.nabble.com/Sorting-a-list-tp15862619p15862619.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
