[richfaces-issues] [JBoss JIRA] Resolved: (RF-10571) styleClass of the first rich:column is applied to every rendered row

Gleb Galkin (JIRA) jira-events at lists.jboss.org
Thu Mar 17 11:09:45 EDT 2011


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

Gleb Galkin resolved RF-10571.
------------------------------

    Resolution: Done


> styleClass of the first rich:column is applied to every rendered row
> --------------------------------------------------------------------
>
>                 Key: RF-10571
>                 URL: https://issues.jboss.org/browse/RF-10571
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.0.0.Milestone6
>         Environment: Tomcat 7.0.6, MyFaces 2.0.4, RichFaces 4.0.0-SNAPSHOT
>            Reporter: Marc-Christian Schroeer
>            Assignee: Gleb Galkin
>             Fix For: 4.0.0.Final
>
>
> When using a rich:dataTable-component, the styleClass of the first <rich:column></rich:column> is applied to the each <tr>-tag rendered.
> Example:
> <rich:dataTable ...>
>   <rich:column styleClass="nww">
>   ...
>   </rich:column>
> </rich:dataTable>
> results in
> <table>
>   <tr class="rf-dt-r nww">
>     <td>...</td>
>   </tr>
>   <tr class="rf-dt-r nww">
>     <td>...</td>
>   </tr>
>   ...
> </table>

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