0 Replies Latest reply on Sep 28, 2011 11:30 AM by sbalmos1

    Manually output a RF4 XCSS style link?

    sbalmos1

      Hi all,

       

      Next daily question. What incantation can I use, preferably with <h:outputStylesheet>, to manually output a Richfaces 4 XCSS stylesheet? Specifically the one for <rich:dataTable> and its associated style classes. The problem I have is that a section of a page is rendered using a dynamic <ui:include> along with AJAX partial re-rendering. So the page gets rendered, and the generated HTML tables reference the proper Richfaces datatable style classes. But the stylesheet references have never been output by Richfaces, since it never saw a <rich:dataTable> component in the original page. So I end up with data tables that have no styling to them.

       

      Thanks for any info!