Oles Slezka

Greenhorn
+ Follow
since Jun 13, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Oles Slezka

Please, show any example using <t:dataTable and <t:commandSortHeader
What means in <t:dataTable values like
- sortColumn="value-binding"
- sortAscending="value-binding"
and in <t:commandSortHeader
- columnName="unique-column-name".
And what I need to have in bean for those attributes?
17 years ago
JSF
I think JSF in Action is better
17 years ago
JSF
1)You can use datatable from myfaces table
sort header
2)Implement in bean method for defining name column and for sorting kind like
Collections.sort(list, Comparator);
17 years ago
JSF