[richfaces-issues] [JBoss JIRA] Created: (RF-1140) TabPane shows a fixed space if no child components are specified.
Kito Mann (JIRA)
jira-events at lists.jboss.org
Wed Oct 17 21:28:03 EDT 2007
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
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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list