Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt
hiddentrue

How to change the display of anchor tags

Change Anchor Behaviour For Current Page

Wicket has a cool feature, where if you're on a page, and you've got a link to that same page, it will offer different markup to surround that page. This feature can be turned off by setting the autoEnable flag to false on the Link object. An example:

...