[richfaces-issues] [JBoss JIRA] Updated: (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:21:09 EST 2010


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

Lukas Fryc updated RF-9877:
---------------------------

           Environment: 
RichFaces 4.0.0-SNAPSHOT r.20220
Metamer 4.0.0-SNAPSHOT r.20207
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

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

              Priority: Minor  (was: Major)
    Steps to Reproduce: 
1. deploy attachment rf9877.xhtml to Metamer app to destination: "metamer/application/src/main/webapp/components/richDataTable/"
2. open http://localhost:8080/metamer/faces/components/richDataTable/rf9877.xhtml
FAIL: table have headers rendered for both columns


> 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.20207
> 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
>            Priority: Minor
>         Attachments: rf9877.xhtml
>
>
> <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