]
Nick Belaevski updated RF-9824:
-------------------------------
Assignee: Konstantin Mishin
Fix Version/s: 4.0.0.Milestone5
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.20066
* 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
Assignee: Konstantin Mishin
Fix For: 4.0.0.Milestone5
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/sort...
(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: