Hello: I am reading the lastest wicket in action and saw a statement A link component can be attached to tags other than <a> such as spans <td> <tr>... I was a confused as I remember to I have to create buttons within a data table in order to hava link function. Is it true I could do the followin
<td wicket:id="link">Link</td> or
<span wicket:id="link">Link</span>
add("link", new Link(.....)
Thanks
