Hello everyone.
I need to change the wicket navigator style. I read in previous posts the
solution to this so I created my own subclass AjaxPagingNavigatorModified:
public class AjaxPagingNavigatorModified extends AjaxPagingNavigator{
public AjaxPagingNavigatorModified(String id, DataView<?> dataView){
super(id,dataView);
}
}
And then I created my own markup AjaxPagingNavigatorModified.html
<html xmlns:wicket>
<body>
<wicket:panel>
<wicket:message key="First"/> <wicket:message key="Previous" />
# 5
<wicket:message key="next"/> <wicket:message key="LastPage"/>
</wicket:panel>
</body>
</html>
I placed both of them in the same directory, but it doesn't work. The wicket
navigator has the default style.
What I missing? What's wrong?
Can anyone help me?
Pleaseeeeee
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/AjaxPagingNavigation-change-style-tp2297188p2297188.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]