Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Element wicket:link: updated

...

<wicket:link> - Support for wicket autolink functionality. Normally, you need to add a model (for example, a BookmarkablePageLink) for each link that Wicket manages. Using the wicket:link tag will automatically do this in the background for you for links . wicket:link handles static references not only defined by <a> and <link> tagstag, but also by <link>, <script>, <img>, etc.

Example:

Code Block
html
html
<wicket:link><a href="Index.html" >Link to wicket document Index.html</a></wicket:link>

...