you can create a subclass of the paging navigator and override the markup so it looks something like this:

<html xmlns:wicket>
<body>
  <wicket:panel>
    <a wicket:id="first"> <img src=""></a>&nbsp;<a wicket:id="prev"><img src=""></a>
    <span wicket:id="navigation">
          <a wicket:id="pageLink" href="" wicket:id="pageNumber">5</span></a>
    </span>
    <a wicket:id="next"> <img src=""></a>&nbsp;<a wicket:id="last"><img src=""></a>
  </wicket:panel>
</body>
</html>

-Igor



On 5/5/06, Potje rode kool < [EMAIL PROTECTED]> wrote:
Hi,

I have a page with a AjaxPagingNavigator which I use with a PageableListView to display some thumbnales of images,
all working ok but I want to display an image (as a link) instead of the arrows (like < or <<), but how to do this? I am a bit lost on that.

Thanks,
Evert

Reply via email to