Oles Slezka

Greenhorn
+ Follow
since Jun 13, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

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?
18 years ago
JSF
I think JSF in Action is better
18 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);
18 years ago
JSF