[richfaces-issues] [JBoss JIRA] Created: (RF-9877) rich:dataTable - shows empty headers with no header facet but sortBy for column defined

Lukas Fryc (JIRA) jira-events at lists.jboss.org
Tue Nov 30 06:15:09 EST 2010


rich:dataTable - shows empty headers with no header facet but sortBy for column defined
---------------------------------------------------------------------------------------

                 Key: RF-9877
                 URL: https://jira.jboss.org/browse/RF-9877
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.0.0.Milestone4
         Environment: RichFaces 4.0.0-SNAPSHOT r.20220
Metamer 4.0.0-SNAPSHOT r.unknown
Mojarra 2.0.3-FCS
Apache Tomcat 6.0.29
OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux
Firefox 3.6.12 @ Linux x86_64
            Reporter: Lukas Fryc


<rich:dataTable value="#{model.capitals}"
                var="capital">
    <rich:column id="columnState" sortBy="#{record.state}">
        <h:outputText value="#{capital.state}" />
    </rich:column>

    <rich:column id="columnCapital">
        <h:outputText value="#{capital.name}" />
    </rich:column>
</rich:dataTable>

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list