]
Nick Belaevski updated RF-6002:
-------------------------------
Fix Version/s: Future
Assignee: Konstantin Mishin
no header visible in rich:scrollableDataTable
---------------------------------------------
Key: RF-6002
URL:
https://jira.jboss.org/jira/browse/RF-6002
Project: RichFaces
Issue Type: Bug
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: