2 Replies Latest reply on Dec 15, 2012 1:38 PM by anjann

    JSF2_form_header_facet_display

    anjann

      I want to make a form in JSF2 RichFaces4.2 that will display a header facet as the from title...

       

      <h:form id="mainForm" dir="#{customerBean.textDirection}">

       

           <f:facet>

                <h:outputText value="BBGUI Customer Demographics..." />

           </f:facet>

      </h:form>

       

      I have done my code....but the facet is not displaying...any suggestions.....