wicket.markup.html.link.PageLink

[back to the reference]

The basic PageLink component allows you to navigate to other pages. It uses the application scope configured IPageFactory to create a new page instance.
NOTE: using PageLink is a style thing. You can just as easily create a normal link and set the response page in the onClick handler. One extra here is that PageLink tries to detect whether the link points to the same page you are in, and if you are, it will disable the link.

go to our private/ non bookmarkable page

panel contents come here