Hi,

I need your advice.. maybe somebody did something similar before.
I want to have a tabbed panel and to add a new tab to it every time a user clicks on a button. That's easy - I just take the component tree and insert the component in it.

However, that tab needs to be populated with data. These tabs are standard, so I was thinking we could have some small pieces of JSF which can be inserted in the tab. However, when I try to insert the data in the tab, I'm already in a listener.. I was thinking we could generate somehow the component tree for the small JSF page and add its root to the page already created.

What do you think ? Is this possible ? If so, how can we generate the component tree for those small JSF pieces ?

Thanks !

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Reply via email to