You should be able to programmatically build your tabbed panel in a backing bean and bind your JSP tag to that component using JSF's component binding facility.
You cannot use any JSF tags inside JSTL tags that iterate over body content (no foreach). On Thu, 30 Dec 2004 10:34:25 -0800, Amit Modi <[EMAIL PROTECTED]> wrote: > > > Hi, > > I am new to JSF and using MyFaces to create a simple application. > I created a Tabbed Panel containing various tabs (using panelTabbedPane and > tabPanel components). > > But what I wish to do is obtain a list of tabs from my tab configuration xml > and create these tabs dynamically iterating over the list I obtain from my > configuration file. > > Is there a pure JSF way of iterating over this list and create tabs > dynamically at runtime or I have to use JSTL (or may be my own custom tags)? > > Thanks > Amit Modi -- -Heath Borders-Wing [EMAIL PROTECTED]

