0 Replies Latest reply on Dec 6, 2007 12:26 PM by kvang

    rich:tabPanel issue

    kvang

      When I set the rich:tabPanel switchType="client" all my a4j:support on my rich:tab works. But when I change it to switchType="ajax", all my a4j:support stops working. The only time the a4j:support work when switchType="ajax" is the first time I log into my application. Once I move to a different tab none of the a4j:support works.

      Does anyone know how to fix this?

      I have a4j:support on selectOneListbox, radio button, commandButton, and selectManyListbox. All this component are inside a gridPanel which is inside a rich:tab tag.