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: Nick Belaevski
            Priority: Minor


# 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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to