1 Reply Latest reply on Nov 26, 2010 7:23 AM by ilya_shaikovsky

    is it possible to put more than one element in the header of a rich:panel

    rtro

      Hi,

       

      is it possible to put more than one element in the header of rich:panel?

      For example a caption for the header And a Button.

       

      The following does not work:

       

      <rich:panel>

              <f:facet name="header">

                    <h:outputText value="some text" />

                     <a4j:commandButton value="someValue" action="someAction" />

                </f:facet>

      ....

      </rich:panel>

       

      In this case only the button will be rendered..

       

      How is it possible to have both elements displayed?

       

      Thank you in advance,

      Richard