2 Replies Latest reply on Dec 19, 2007 1:54 PM by nbelaevski

    PanelTab and Tab question

    xinhua

      Hi, everybody,

      i failed to use actionListener in rich:tab , my code like followed:

      <rich:tabPanel switchType="client" width="820" >
       <rich:tab label="User" actionListener="#{tabCtr.actionlistener}">
      .......
      


      nothing happend when i clicked on this Tab...:(

      what i want is, when this Tab is clicked ,method "actionlistener" on server side should be invoked in ajax way....I have tried it with other switchType "ajax" and "server" but method "actionlistener" is always ignored.

      Can anyone help me?

      Many many thanks in advance!