This example displays how you can work with 'nice' urls for bookmarkable pages.
			These links refer to pages that were mounted one by one 
			
				Click this BookmarkablePageLink to go to Page 1
			
			
				Click this BookmarkablePageLink to go to Page 2
			
			 After Page 2 is displayed click refresh link to see url parameters in action 
            
                Same as page 2, but now the url parameters are encoded with placeholders in the segments
             
            
                Same as page 2, but now the url parameters are encoded in the segments in Wicket 1.4 style
            
		
			These links refere to pages that were mounted as a whole package 
			
				Click this BookmarkablePageLink to go to Page 3
			
			
				Click this BookmarkablePageLink to go to Page 4
			
			
				Click this BookmarkablePageLink to go to Page 5
			
			 After Page 5 is displayed click refresh link to see url parameters in action