Thanks Clint.

To start with, I chose the second option from your suggestion, spent lot of
time to no avail.
Then I gave try to second option (i.e. css) and within no time got the
solution.

In css, added a class for navigator as 

.navigator_Class{} // no change - kept original style as it is

.navigator_Class span span em span{font-weight:bold;color: blue;} //
applicable to selected page number only

It is important to know tag hierarchy. 
If only <em> tag is considered then all disabled link gets affected(which
can include '<' and '<<' etc.) 
Firebug helped here to find tag hierarchy for current select page number.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Customized-AjaxPagingNavigator-to-highlight-selected-page-number-tp3477625p3494597.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