4 Replies Latest reply on Dec 13, 2013 4:46 PM by strannik

    rich:tabPanel and dynamic tabs

    strannik

      Hi

       

      I have rich:tabPanel with 20 dynamic tabs like shown below. Unfortunately only 16 tabs are shown and others are invisible.

      I see that they are present in HTML but they are located outside of my component pane.

      I don't see any slider to scroll to invisible tabs. How can I navigate to invisible tabs?

       

      <rich:tabPanel switchType="ajax">     
          <a4j:repeat var="bean" value="#{beans}">     
             <rich:tab>     
                  <f:facet name="header">     
                      <h:outputText value="#{bean.name}" />
                  </f:facet>     
              </rich:tab>     
          </a4j:repeat>     
      </rich:tabPanel>

       

      RichFaces 4.3.4

      Thanks.