tabView shows all tabs on first tab
When starting a view using the tabView-Element, the second tab is shown as exspected, but the content of both tabs are shown on first tab. How can I manage to show the tabView correctly?
Example:Example Code:
![alt text][1]
<p:tabView>
<p:tab title="A">
Content Tab A
</p:tab>
<p:tab title="B">
Content Tab B
</p:tab>
</p:tabView>
Looks like this:
![tabView_shows_all_contents][1]
[1]: /upfiles/tabview.JPG/upfiles/tabView_shows_all_contents.png