Hello All, In wicket 6.x cssClass provided by CssProvider to OrderByBorder was applied to both container and link <span><a></a></span> in my case
in wicket 7 css class is being applied only to container I would like add cssClass to the link to implement this I'll override newOrderByLink and will add the class I believe it might be good idea to extract code to get cssClass name to separate method to reduce code duplication WDYT? -- WBR Maxim aka solomax
