[
https://issues.jboss.org/browse/RF-12978?page=com.atlassian.jira.plugin.s...
]
Brian Leathem edited comment on RF-12978 at 6/24/13 8:36 AM:
-------------------------------------------------------------
You can use link, but then you are unable to guarantee that the JSF servlet will render
it's <link> tags before yours.
I recommend you use h:outputStyleSheet, and stick it at the very end of your page. (You
don't need f:view tags btw, unless you are overriding any of it's default
attributes). h:outputStyleSheet will always render into link tags in the document head,
regardless of where you place the JSF tag in the document.
was (Author: bleathem):
You can use link, but then you are unable to guarantee that the JSF servlet will
render it's <link> tags before yours.
I recommend you use h:outputLink, and stick it at the very end of your page. (You
don't need f:view tags btw, unless you are overriding any of it's default
attributes). h:outputLink will always render into link tags in the document head,
regardless of where you place the JSF tag in the document.
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
Labels: waiting_on_user
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