[richfaces-issues] [JBoss JIRA] Commented: (RF-6234) Columns: sorting/filtering features don't work when "id" is not explicitly assigned (WAS: Columns: sorting/filtering features dont work)

Žiga Gantar (JIRA) jira-events at lists.jboss.org
Thu Jul 30 05:24:29 EDT 2009


    [ https://jira.jboss.org/jira/browse/RF-6234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12478214#action_12478214 ] 

Žiga Gantar commented on RF-6234:
----------------------------------

Solved it! The problem was that I was already setting the sortOrder values in in the map, example using your code below, sort of:

[code]
private Map<String, Object> sortOrder = new HashMap<String, Object>();
...

for(...) {
sortOrder.put(columnName, Ordering.UNSORTED);
}
[/code]

Now I see that object for storing sortOrder which is used by the columns tag is needed, container sort of. 

Thank you very much,
Žiga - Ziga

> Columns: sorting/filtering features don't work when "id" is not explicitly assigned (WAS: Columns: sorting/filtering features dont work)
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-6234
>                 URL: https://jira.jboss.org/jira/browse/RF-6234
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>            Reporter: Andrei Markavtsov
>            Assignee: Nick Belaevski
>             Fix For: Future
>
>


-- 
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

       



More information about the richfaces-issues mailing list