THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
<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 | ||||
---|---|---|---|---|
| ||||
<wicket:link><a href="Index.html" >Link to wicket document Index.html</a></wicket:link> |
...