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

Nick Belaevski reopened RF-2585:
--------------------------------



> Sorting Feature: icons doesn't appears if sorting changed in selfSorted mode
> ----------------------------------------------------------------------------
>
>                 Key: RF-2585
>                 URL: https://jira.jboss.org/jira/browse/RF-2585
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Ilya Shaikovsky
>            Assignee: Mikhail Vitenkov
>             Fix For: 3.2.0
>
>
> <ui:composition xmlns="http://www.w3.org/1999/xhtml";
>       xmlns:ui="http://java.sun.com/jsf/facelets";
>       xmlns:h="http://java.sun.com/jsf/html";
>       xmlns:f="http://java.sun.com/jsf/core";
>       xmlns:a4j="http://richfaces.org/a4j";
>       xmlns:rich="http://richfaces.org/rich";>
>       <style>
>               .center{
>                       text-align:center;
>               }
>       </style>
>       <h:form>
>               <rich:dataTable value="#{capitalsBean.capitals}" var="cap" 
> width="300px" columnClasses="center">
>                       <f:facet name="header">
>                               <h:outputText value="Sorting Example"/>
>                       </f:facet>
>                       <rich:column>
>                               <f:facet name="header">
>                                       <h:outputText value="State 
> Flag"></h:outputText>
>                               </f:facet>
>                               <h:graphicImage value="#{cap.stateFlag}"/> 
>                       </rich:column>
>                       <rich:column sortBy="#{cap.state}"> 
>                               <f:facet name="header">
>                                       <h:outputText value="State 
> Name"></h:outputText>
>                               </f:facet>
>                               <h:outputText 
> value="#{cap.state}"></h:outputText>
>                       </rich:column> 
>                       <rich:column sortBy="#{cap.name}">
>                               <f:facet name="header">
>                                       <h:outputText value="State 
> Capital"></h:outputText>
>                               </f:facet>
>                               <h:outputText value="#{cap.name}"/> 
>                       </rich:column>
>               </rich:dataTable>
>       </h:form>
> </ui:composition>
> sorting works fine but icons doesn't shown after sorting change and initially.

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