[richfaces-issues] [JBoss JIRA] Updated: (RF-6002) no header visible in rich:scrollableDataTable

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Mar 23 07:13:04 EDT 2009


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

Ilya Shaikovsky updated RF-6002:
--------------------------------

    Component/s: ScrollableDataTable


> no header visible in rich:scrollableDataTable
> ---------------------------------------------
>
>                 Key: RF-6002
>                 URL: https://jira.jboss.org/jira/browse/RF-6002
>             Project: RichFaces
>          Issue Type: Bug
>          Components: ScrollableDataTable
>    Affects Versions: 3.3.0
>         Environment: RichFaces 3.3.0, JSF 1.2, Facelets, Mozilla 3.0.5
>            Reporter: nimo stephan
>            Assignee: Konstantin Mishin
>             Fix For: Future
>
>
> I use Firefox 3.0.5 , RichFaces 3.3.0  and no headers are rendered for rich:scrollableDataTable.
> I guess, it is a browser-specific problem as for example in Internet Explorer all headers are visible by using for example common code:
> <rich:scrollableDataTable value="#{allSubjects}" var="s" >
> 	
> <rich:column>
> <f:facet name="header">
>  <h:outputLabel value="name"/>
> </f:facet>
> <h:outputText value ="#{s.name}"/>
> </rich:column>
> <rich:column >
> <f:facet name="header">
> <h:outputLabel value="age"/>
> </f:facet>
> <h:outputText value ="#{s.age}"/>
> </rich:column>
> </rich:scrollableDataTable>
> You can verifiy this issue by using a rich:scrollableDataTable with Firefox v. 3.0.5.

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

        



More information about the richfaces-issues mailing list