My Mark-up: 
<html xmlns:wicket="http://wicket.apache.org";>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Custom PagingNavigator</title>
</head>
<body>
        <wicket:panel>
                <an wicket:id="first"><< | &nbsp;
                <an wicket:id="prev"><  | 
                <spa wicket:id="navigator">
                <spa wicket:id="page1"></spa>
                <spa wicket:id="navigation"></spa>
                <spa wicket:id="of"></spa>
                <spa wicket:id="total"></spa> |</spa>
                <an wicket:id="next">> | &nbsp;
                <an wicket:id="last">>>  
        </wicket:panel>
</body>
</html>

Note that i changed* newNavigation()*   method...

Any help is much appreciated...Thanks. 
                      

-----

K
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Custom-Pagination-tp4666387p4666389.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to