1 Reply Latest reply on Apr 13, 2010 7:15 AM by nbelaevski

    multiple lines in rich:column header

    ajanz

      how can i get multiple lines in a rich:column header?

       

      this does not work.

       

      <

      rich:column sortable="false" width="100px" id="mc5"

       

      style="text-align:left;" >

       

      <f:facet name="header">

       

      <h:outputText

       

      value="line 1 &lt;br/&gt;line2" />

       

      </f:facet>

       

      <h:outputText value="#{m.text}" style="text-align:right;width:120px" />

       

      </rich:column>