A ListView is a repeater that makes it easy to display/work with
List s.
However, there are situations where it is necessary to work with other
collection types, for repeaters that might work better with non-list or
database-driven collections see the org.apache.wicket.markup.repeater
package.
Also notice that in a list the item's uniqueness/primary key/id is identified
as its index in the list.