]
Kito Mann updated RF-1140:
--------------------------
Attachment: richfaces-tab.png
Screen shot.
TabPane shows a fixed space if no child components are specified.
-----------------------------------------------------------------
Key: RF-1140
URL:
http://jira.jboss.com/jira/browse/RF-1140
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0
Environment: MyEclipse 5.5.1, Win XP, Tomcat 5.5
Reporter: Kito Mann
Priority: Minor
Attachments: richfaces-tab.png
I'm trying to use the TabPanel as simply a set of tabs, with each tab navigating to a
different page. Everything works fine, except that the first tab shows a fixed space
entity (" ") (see attachment):
<rich:tabPanel>
<rich:tab label="Home" action="home"
switchType="page"/>
<rich:tab label="Parties" action="party_home"
switchType="page"/>
...
</rich:tabPanel>
If I put an empty HtmlOutputText component in the panel, things work as expected:
<rich:tabPanel>
<rich:tab label="Home" action="home"
switchType="page">
<h:outputText />
</rich:tab>
<rich:tab label="Parties" action="party_home"
switchType="page"/>
...
</rich:tabPanel>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: