Hi, I have a somewhat complicated UI design.
I have a page which contains a search, the search results displayed below and then an Edit screen below it. The edit screen contains a left navigation (dynamically generated using tomahawk NavigationMenuItems) and the details screen. The detail screen opens up multiple tabs based on the action on the navigationmenu. I need to be able to generate the tabs dynamically using paneltabbedpane. I haven't seen any workable solution on the web yet. If any of you have used a simple strategy to dynamically generate tabs, please let me know. Also to give a better picture of the problem, I would like to include the jsp/jsf files for the dynamically generated tabs. The problem I have is that I don't know how I can add the include for the jsp/jsf file to the htmlpaneltab object. Thanks Regards, Rosmon

