Title: Data Provider vs. ListView

Hello, as a Wicket novice I'm trying to figure out the differences between DataProvider and ListView. What I need to do is simply read a table of ~40 rows, display them on the screen with pagination and sorting, and provide an easy way for the user to select multiple rows (probably using checkboxes) and perform a delete of those rows.

Is there any reason why I should use ListView over DataProvider or vice versa?

Thanks!
Jeff

Reply via email to