OrderByBoder MArkup problem --------------------------- Key: WICKET-3306 URL: https://issues.apache.org/jira/browse/WICKET-3306 Project: Wicket Issue Type: Bug Components: wicket-extensions Affects Versions: 1.4.15 Environment: Windows 7, Tomcat 6.x, Eclipse Helios Reporter: Peter Diefenthäler Priority: Minor
I'm using the OrderByBorder feature and it works well for <th> rows without stylesheet classes. Unfortunately it fails if the <th> already has a stylesheet class: <th class="NameField" wicket:id="orderByName"> <wicket:message key="nameLabel" /> </th> Wicket replaces the class="NameField"with the class="wicket_orderUp" and my field width properties will be lost. It would be better, if Wicket would add his style class instead of replacing it ( class="NameField,wicket_orderUp") public static class CssModifier extends AttributeModifier This seems to be the problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.