This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Dynamic Tab generationajanz Apr 8, 2009 3:44 AM (in response to janakiramnarla)- you can use faclets with ui:repeat 
 - or bind the tab to a variable , and use java code to add Tabs
 e.g. var.getChildren().add(new Tab);
- 
        2. Re: Dynamic Tab generationnbelaevski Apr 8, 2009 6:09 AM (in response to janakiramnarla)"AJanz" wrote: Correction: ui:repeat/a4j:repeat won't work, use c:forEach.
 - you can use faclets with ui:repeat
 
     
    