[richfaces-issues] [JBoss JIRA] Assigned: (RF-4057) Sorting: sorting indicators are not changed after sort was applied.

Denis Morozov (JIRA) jira-events at lists.jboss.org
Wed Jul 30 07:05:26 EDT 2008


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

Denis Morozov reassigned RF-4057:
---------------------------------

    Assignee: Denis Morozov  (was: Konstantin Mishin)


> Sorting: sorting indicators are not changed after sort was applied.
> -------------------------------------------------------------------
>
>                 Key: RF-4057
>                 URL: https://jira.jboss.org/jira/browse/RF-4057
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: 3.2.2.BETA2
>            Reporter: Alexander Dubovsky
>            Assignee: Denis Morozov
>            Priority: Minor
>             Fix For: 3.2.2
>
>
> # Click on header of any scrollable column
> # Check sort indicator in header
> Result: it was not changed
> # Submit page
> Result: sort indicator got correct view.
> Expected result: sort indicator should get correct value as soon as sorting was applied.
> Source:
> <rich:dataTable id="dataTableId" value="#{dataScroller.dataTable}" var="dT" >
> 		
> 		<rich:column sortBy="#{dT.str0}" selfSorted="#{dataScroller.selfSorted}">
> 			<f:facet name="header">
> 				<h:outputText value="type" />
> 			</f:facet>
> 			<h:outputText value="#{dT.str0}" />
> 		</rich:column>
> 		<rich:column sortBy="#{dT.int0}" selfSorted="#{dataScroller.selfSorted}">
> 			<f:facet name="header">
> 				<h:outputText value="value" />
> 			</f:facet>
> 			<h:outputText value="#{dT.int0} " />
> 		</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