header facet provides <td> html elements instead of <th> if using columngroup
-----------------------------------------------------------------------------
Key: RF-1278
URL:
http://jira.jboss.com/jira/browse/RF-1278
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.2
Reporter: Sven Mueller
Priority: Minor
i noticed the issue
http://jira.jboss.com/jira/browse/RF-1106 and yes it works in 3.1.2
but if columngroup comes into play you have the old behavier reappears. that means
<td> is generated within the table header instead of <th>
example
<rich:datatable...>
<f:facet name="header">
<rich:columnGroup>
<rich:column>
<h:outputText value="Preis, €" />
</rich:column>
....
</f:facet>
</rich:datatable>
cheers,
sven
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira