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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Mar 16 10:41:46 EDT 2011


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

Nick Belaevski reassigned RF-10571:
-----------------------------------

    Assignee: Gleb Galkin  (was: Konstantin Mishin)


> 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