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

Konstantin Mishin reopened RF-6002:
-----------------------------------



> no header visible in rich:scrollableDataTable
> ---------------------------------------------
>
>                 Key: RF-6002
>                 URL: https://issues.jboss.org/browse/RF-6002
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-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
>            Priority: Minor
>             Fix For: 3.3.2.GA
>
>         Attachments: x.html, x.jsf
>
>
> 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.
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