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

Brian Leathem updated RF-13259:
-------------------------------

    Description: 
This is my page:

{code}
<rich:dataTable id="postsList" value="#{topic.threadsDataModel}" 
rowClasses="oddRow,noStyle">
      <rich:columnGroup>
         <rich:column styleClass="forumpostleftcolumn">...</rich:column>
         <rich:column>...</rich:column>
      <rich:columnGroup>
      <rich:columnGroup>
         <rich:column styleClass="forumpostleftcolumn">...</rich:column>
         <rich:column">...</rich:column>
      <rich:columnGroup>
</rich:dataTable>
{code}

I expect that the styes oddRow and noStyle are rendered inside the rows but 
nothing happens. Seems that rowClasses attribute cannot be used with 
rich:columnGroup.
                                                                        

  was:
This is my page:

{code}
<rich:dataTable id="postsList" value="#{topic.threadsDataModel}"
  rowClasses="oddRow,noStyle">
      <rich:columnGroup>
         <rich:column styleClass="forumpostleftcolumn">...</rich:column>
         <rich:column>...</rich:column>
      <rich:columnGroup>
      <rich:columnGroup>
         <rich:column styleClass="forumpostleftcolumn">...</rich:column>
         <rich:column">...</rich:column>
      <rich:columnGroup>
</rich:dataTable>
{code}

I expect that the styes oddRow and noStyle are rendered inside the rows but 
nothing happens. Seems that rowClasses attribute cannot be used with 
rich:columnGroup.
                                                                        


    
> DataTable rowClasses with columnGroup is not rendered
> -----------------------------------------------------
>
>                 Key: RF-13259
>                 URL: https://issues.jboss.org/browse/RF-13259
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component
>    Affects Versions: 4.3.0.Final
>         Environment: java 6
>            Reporter: Luca Stancapiano
>
> This is my page:
> {code}
> <rich:dataTable id="postsList" value="#{topic.threadsDataModel}" 
> rowClasses="oddRow,noStyle">
>       <rich:columnGroup>
>        <rich:column styleClass="forumpostleftcolumn">...</rich:column>
>        <rich:column>...</rich:column>
>       <rich:columnGroup>
>       <rich:columnGroup>
>        <rich:column styleClass="forumpostleftcolumn">...</rich:column>
>        <rich:column">...</rich:column>
>       <rich:columnGroup>
> </rich:dataTable>
> {code}
> I expect that the styes oddRow and noStyle are rendered inside the rows but 
> nothing happens. Seems that rowClasses attribute cannot be used with 
> rich:columnGroup.
>                                                                       

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to