[richfaces-issues] [JBoss JIRA] Created: (RF-9824) rich:extendedDataTable - sorting using component API doesn't work
Lukas Fryc (JIRA)
jira-events at lists.jboss.org
Wed Nov 17 04:32:46 EST 2010
rich:extendedDataTable - sorting using component API doesn't work
-----------------------------------------------------------------
Key: RF-9824
URL: https://jira.jboss.org/browse/RF-9824
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone4
Environment: * RichFaces 4.0.0-SNAPSHOT r.20025
* Metamer 4.0.0-SNAPSHOT r.unknown
* Mojarra 2.0.3-FCS
* Apache Tomcat 6.0.29
* OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
* Firefox 3.6.12 @ Linux x86_64
Reporter: Lukas Fryc
Using following steps you can get into state inconsistent which what is expected and what is also working in rich:dataTable sample [1]:
1. open http://localhost:8080/metamer/faces/components/richExtendedDataTable/sorting-using-component-control.xhtml
(table is initially sorted by states)
2. click "sort capital" button
(table is sorted by capitals)
3. click "sort state"
FAIL: nothing happens (sorted by capitals)
4. click "sort capital"
FAIL table is sorted by states!!!
The similar behaviour can be detected for using sort() method to sort table ("sort table" button).
[1] http://localhost:8080/metamer/faces/components/richDataTable/simple.xhtml
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list