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

Didier Schonne (JIRA) jira-events at lists.jboss.org
Tue Mar 15 12:49:50 EDT 2011


    [ https://issues.jboss.org/browse/RF-10571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588075#comment-12588075 ] 

Didier Schonne edited comment on RF-10571 at 3/15/11 12:48 PM:
---------------------------------------------------------------

The styleClass of the first rich:column is still applied to the first <tr> tag rendered (RF4 CR1).

      was (Author: glasfeu):
    The styleClass of the first rich:column is still applied to the first <tr> tag rendered.
  
> 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: Konstantin Mishin
>             Fix For: 4.0.0.CR1
>
>
> 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