Tab panel: no tab is displayed on page load
-------------------------------------------
Key: RF-9399
URL:
https://jira.jboss.org/browse/RF-9399
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone2
Environment: RichFaces 4.0.0-SNAPSHOT r.19370
Metamer 4.0.0-SNAPSHOT r.19413
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
Java(TM) SE Runtime Environment 1.6.0_21-b06 @ Linux
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.10) Gecko/20100920 Fedora/3.6.10-1.fc13
Firefox/3.6.10 GTB7.1
Reporter: Pavol Pitonak
With following code a panel with two tabs but no content is displayed. After clicking on a
tab header, content is displayed.
<h:form id="form">
<rich:tabPanel id="panel" switchType="ajax">
<rich:tab header="tab1 header">
content of tab 1
</rich:tab>
<rich:tab header="tab2 header">
content of tab 2
</rich:tab>
</rich:tabPanel>
</h:form>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira