[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:19:09 EST 2010


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

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

    Attachment: rf9877.xhtml


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