Hello,
    I am reading <Wicket in action> -- a very good book. In the book ,
authors explain the <wicket:link> tag with the following code
   <wicket:link> |#1
     <ul> |
        <li><a href="package1/Page1.html">Page1</a></li> | #2
        <li><a href="package2/Page2.html">Page2</a></li> | #3
    </ul> |
  </wicket:link>
 Then authors say "The link to the current page is rendered as disabled by
replacing the link tag  with a span, and rendering the text using an em-tag
(this is configurable)."
 I take notice of "this is configurable", and i want to know to to config
it?   Thank you

Reply via email to