Hi, suppose I want to create some UIComponents via Java, which are not listed in any template (for instance, creating a variable number of tabs inside a HtmlPanelTabbedPane). These components will be added to an existing tabbed pane (generated via a template from spring, to be exact).
After some self-inflicted pain, I got them to show up just fine and my data inside the tabs (org.apache.myfaces.custom.tree2.HtmlTree) is displayed, but after a save/restore cycle through going onto another page and coming back, nothing is there. I can see that I'm getting empty tabs set during the process in my bean, but that's it. Maybe I'm just trying something stupid? Or do I need to implement another interface as "Serializable" as well in my bean? I would also happy for any hint where I should start debugging, thanks for any help, Uli -- Ulrich Teichert Stormweg 24 24539 Neumünster, Germany "Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail

