2 Replies Latest reply on Feb 6, 2008 5:16 AM by c_inconnu

    Tab with text AND image

    c_inconnu

      Hi,
      I'm trying to put an image and some text in a tab. If i just put an image or just a text, it works, but if i put both it doesn't.

      <r:tabPanel switchType="ajax">
       <r:tab>
       <f:facet name="label">
       <h:graphicImage value="/img/users/user_24.png" />
       <h:outputText value="#{messages['users.tab']}_" />
       </f:facet>
       </r:tab>
       ...
      


      Is this a bug or is it not implemented ? Thanks