A simple way would be to create a container such as a h:groupPanel for each tabbed pane in the JSP and use a binding to it in a backing bean, then add to the panel from the backing bean.
-----Original Message----- From: janw [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 10:33 AM To: [email protected] Subject: RE: Dynamically adding tabs to t:panelTabbedPane Hello, one question in this context: How do you add content to the tabs? Programmatically, or do you refer in the JSP page (in case JSP is used) to the created tabs? Best regards Jan -- View this message in context: http://www.nabble.com/Dynamically-adding-tabs-to-t%3ApanelTabbedPane-tf17855 35.html#a5182767 Sent from the MyFaces - Users forum at Nabble.com.

