6 Replies Latest reply on Feb 14, 2011 3:26 AM by ashwaja

    Display Multiple Lines in Rich:Column ?

    ashwaja

      Hi,

       

      I'm having trouble to display header of <rich:column> as multiple lines

       

      <rich:column width="10%" sortBy="#{list.headerOne}">

         <f:facet name="header">

              <h:outputText value="LineOne &lt;br/&gt; LineTwo" />

         </f:facet>

         <h:outputText value="#{list.headerValue}" />

      </rich:column>

       

      Also tried using of "<br />" replacing "&lt;br/&gt;" in the above code, did not work.

       

      Please help.

       

      Thanks,

      Harish.