Wicket Remove

before the border contents
Navigation Links

Page1
Page2
Page3


after the border contents
before the border contents

Page 3

The links on the left are enabled and disabled without any code at all. Here is the HTML for the navigation area, which can be found in NavomaticBorder.html:
	  <b>Navigation Links</b>
	  <p>
	    <wicket:link>
	      <a href = "Page1.html">Page1</a><br/>
	      <a href = "Page2.html">Page2</a><br/>
	      <a href = "Page3.html">Page3</a>
	    </wicket:link>
	  </p>
The <wicket:link> tag turns on auto-linking, which creates page links automatically at render-time. The NavomaticBorder component is reused between all three pages, adding navigation links to each.

after the border contents