[ 
https://issues.apache.org/jira/browse/WICKET-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977356#action_12977356
 ] 

Hudson commented on WICKET-3306:
--------------------------------

Integrated in Apache Wicket 1.4.x #367 (See 
[https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/367/])
    Issue: WICKET-3306


> 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
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.16, 1.5-M4
>
>         Attachments: QuickStart.war
>
>
> 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.

Reply via email to