[richfaces-issues] [JBoss JIRA] Closed: (RF-1140) TabPane shows a fixed space if no child components are specified.
Aleksej Yanul (JIRA)
jira-events at lists.jboss.org
Tue Oct 30 11:58:01 EDT 2007
[ http://jira.jboss.com/jira/browse/RF-1140?page=all ]
Aleksej Yanul closed RF-1140.
-----------------------------
> 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
> Assigned To: Aleksej Yanul
> Priority: Minor
> Fix For: 3.2.0, 3.1.3
>
> 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: 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