This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Howto not go to another tab even though that tab is clicnbelaevski Oct 21, 2008 5:38 PM (in response to dxxvi)Hi, 
 Tab panel behaves in that way by default - try:<h:form> <rich:tabPanel switchType="ajax"> <rich:tab label="1"><h:inputText required="true" /></rich:tab> <rich:tab label="2"></rich:tab> </rich:tabPanel> </h:form> - go to the second tab with or without text present in input
 
    