1 2 Previous Next 15 Replies Latest reply on Mar 5, 2008 8:50 AM by gszymanski

    tabPanel error while iterating tabs

      There is an error "no active tabs!" when I write the following:

      <rich:tabPanel switchType="client">
      <a4j:repeat var="language" value="#{simpleBean.languages}">
      <rich:tab label="#{language.name}">

      </rich:tab>
      </a4j:repeat>
      </rich:tabPanel>

      Method "getLanguages()" always returns Collection of objects.

      Is anythiing wrong?

        1 2 Previous Next