[richfaces-issues] [JBoss JIRA] (RF-12978) collapsibleSubTable ignores rowClasses

Brian Leathem (JIRA) jira-events at lists.jboss.org
Thu Jun 20 13:39:21 EDT 2013


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

Brian Leathem commented on RF-12978:
------------------------------------

Thanks for the investigation [~jstefek].

To get the User defined styles to show up last in the html head, you have to put your _h:outputStyleSheet_ at the end of your facelet file, after all component references have been made.  This is typically done by placing your stylesheet at the bottom of your facelet template file.

The reason for this comes from the JSF 2 resource loading mechanism, it includes files in the _head_ as they are referenced in rendering the component tree.  So to include yours last, you need to make sure it's referenced last.
                
> collapsibleSubTable ignores rowClasses
> --------------------------------------
>
>                 Key: RF-12978
>                 URL: https://issues.jboss.org/browse/RF-12978
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component
>    Affects Versions: 4.3.1
>         Environment: Firefox 20.0, Linux
>            Reporter: Edward I
>            Assignee: Brian Leathem
>         Attachments: rf-12978.zip
>
>
> The rowClasses is ignored in the following:
> {code:xml}
> <rich:collapsibleSubTable value="#{item.items}" var="comp" rowClasses="oddRow, evenRow">
> {code}
> DataTable works correctly with the same rowClasses.

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


More information about the richfaces-issues mailing list