[richfaces-issues] [JBoss JIRA] Updated: (RF-1140) TabPane shows a fixed space if no child components are specified.
Ilya Shaikovsky (JIRA)
jira-events at lists.jboss.org
Thu Oct 18 09:00:07 EDT 2007
[ http://jira.jboss.com/jira/browse/RF-1140?page=all ]
Ilya Shaikovsky updated RF-1140:
--------------------------------
Fix Version/s: 3.1.3
3.2.0
(was: 3.1.2)
> 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: Anton Belevich
> 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