1 Reply Latest reply on Jan 10, 2008 1:43 PM by wesleyhales

    " rich:tabPanel  "  doesn't work in JBoss Portal 2.6.2

    jeck

      The Demo Source was exactly copied to the portal environment and doesn't work .. some suggestions ... hier is the source example !

      <rich:tabPanel switchType="ajax">
      <rich:tab label="First">
      Here is tab #1
      </rich:tab>
      <rich:tab label="Second" disabled="true">
      Here is tab #2
      </rich:tab>
      <rich:tab label="Third">
      Here is tab #3
      </rich:tab>
      </rich:tabPanel>