[richfaces-issues] [JBoss JIRA] Updated: (RF-3979) Sorting a dataTable does not change sorting icon

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Jul 23 07:49:17 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-3979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-3979:
-------------------------------

    Fix Version/s: 3.2.2
         Assignee: Konstantin Mishin


> Sorting a dataTable does not change sorting icon
> ------------------------------------------------
>
>                 Key: RF-3979
>                 URL: https://jira.jboss.org/jira/browse/RF-3979
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: RichFaces 3.2.2.BETA2
> JBoss Seam 2.0.2.SP1
> JSF 1.2 + Facelets 1.1.14
> JBoss 4.2.2.GA
> JDK 1.5.0_11
>            Reporter: Rainer Flicker
>            Assignee: Konstantin Mishin
>             Fix For: 3.2.2
>
>
> Clicking on a sortable column header of a dataTable does not change the sorting icon. Ifa column of a
> dataTable is sorted in ascending or descending order, the header shown always the not-sorted-icon.
> ------ xhtml snippet ---------------------------------------------------------------------------------------------------
>   <rich:dataTable value="#{hazards}" var="hazard">
>     <rich:column sortBy="#{hazard.name}">
>       <f:facet name="header">
>         <h:outputText styleClass="headerText" value="name" />
>       </f:facet>
>       <h:outputText value="#{hazard.name}"></h:outputText>
>     </rich:column>
>   </rich:dataTable>
> ------------------------------------------------------------------------------------------------------------------------------ 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list