Fwd: AW: panelTabbedPane with dynamic-tabs

2006-04-24 Thread Dennis Byrne
: Monday, April 24, 2006 05:16 PM To: [EMAIL PROTECTED] Subject: Re: AW: panelTabbedPane with dynamic-tabs Hi Dennis, I am pretty much where Harry has been... http://www.mail-archive.com/users@myfaces.apache.org/msg13219.html http://www.mail-archive.com/users@myfaces.apache.org/msg13219.html ...where

AW: panelTabbedPane with dynamic-tabs

2005-12-08 Thread Harald Müller
2005 08:05 An: MyFaces Discussion Betreff: Re: panelTabbedPane with dynamic-tabs Try using the the binding attribute with t:panelTabbedPane . This will allow you to programmatically add or substract each tab. Original message Date: Thu, 8 Dec 2005 00:39:28 +0100 From: Harald Müller

Re: AW: panelTabbedPane with dynamic-tabs

2005-12-08 Thread Dennis Byrne
Now you just have to add children to the tab the same way you add the tab to the HtmlPanelTabbedPane. tab0.getChildren().add(fooUIComponent); Original message Date: Thu, 8 Dec 2005 10:11:23 +0100 From: Harald Müller [EMAIL PROTECTED] Subject: AW: panelTabbedPane with dynamic-tabs

panelTabbedPane with dynamic-tabs

2005-12-07 Thread Harald Müller
Hi! I'd like to use the panelTabbedPane and create the tabs dynamically (reading from a xml-file). I'm getting a list of objects from my bean and for each list-item a new tab should be generated. My jsf-code looks like this: t:panelTabbedPane bgcolor=#CC c:forEach

Re: panelTabbedPane with dynamic-tabs

2005-12-07 Thread Dennis Byrne
Try using the the binding attribute with t:panelTabbedPane . This will allow you to programmatically add or substract each tab. Original message Date: Thu, 8 Dec 2005 00:39:28 +0100 From: Harald Müller [EMAIL PROTECTED] Subject: panelTabbedPane with dynamic-tabs To: users