[richfaces-issues] [JBoss JIRA] Closed: (RF-8494) Describe limitations of table variables usage with sorting/filtering

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Fri Mar 26 10:43:37 EDT 2010


     [ https://jira.jboss.org/jira/browse/RF-8494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavol Pitonak closed RF-8494.
-----------------------------



> Describe limitations of table variables usage with sorting/filtering  
> ----------------------------------------------------------------------
>
>                 Key: RF-8494
>                 URL: https://jira.jboss.org/jira/browse/RF-8494
>             Project: RichFaces
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: doc
>    Affects Versions: 3.3.3.Final
>            Reporter: Nick Belaevski
>            Assignee: Sean Rogers
>             Fix For: 3.3.3.Final
>
>
> The following limitation applies to built-in filtering/sorting for rich:dataTable component: expressions can refer only to the variable declared as "var" attribute. Another variables, e.g. "rowKeyVar" are not supported.
> Examples.
> Supported case:
> 		<rich:dataTable var="item">
> 			<rich:column sortBy="#{item}">
> 			...
> 			</rich:column>
> 		</rich:dataTable>
> Not supported case:
> 		<rich:dataTable rowKeyVar="rkv">
> 			<rich:column sortBy="#{rkv}">
> 			...
> 			</rich:column>
> 		</rich:dataTable>

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