3 Replies Latest reply on Jun 17, 2009 9:44 AM by fuchs

    problem by using rich:tabPanel with switchType=

    fuchs

      Hello,
      iam using the jbossportal 2.7.0 under windows vista and
      richface lib 3.0.0.GA

      i have a tabpanel with the switchType "ajax".
      in firefox everything works fine, but in ie7 the tabs move under my content.
      if i use switchType "server" this problem doesnt appear.

      <rich:tabPanel id="tabpanel" switchType="ajax">
       <rich:tab id="day" switchType="ajax" actionListener="#{myBean.switchTab}" data="#{myBean}">
      


      do someone knows, what i could do?