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

Rainer Flicker (JIRA) jira-events at lists.jboss.org
Wed Jul 23 04:56:16 EDT 2008


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


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