I had included the jquery file into my project and found that it interfered with the rich:tabPanel and rich:tab of jquery. The solution to this is to use - jQuery.noConflict(); . Declare a variable containing like $j = jQuery.noConflict(); and replace "$" with "$j"
e.g -