[
https://jira.jboss.org/jira/browse/RF-3979?page=com.atlassian.jira.plugin...
]
Denis Morozov resolved RF-3979.
-------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich (was: Denis Morozov)
Fixed.
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: Tsikhon Kuprevich
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