This page demonstrates DataView with paging enabled as well as wicket's page navigation component. All we need to do to enable paging is to call setItemsPerPage(int) on the dataview.
[dataview navigator]
	
		| Actions | ID | First Name | Last Name | Home Phone | Cell Phone | 
	
		| [actions] | [contactid] | [firstname] | [lastname] | [homephone] | [cellphone] |