This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
This method is executing, however the new tab is not displayed. Please let me know whats the issue with the code.
I am using odc:tabbedPanel tag.
Thank you.
Regards Ayub
SCEA part I,TOGAF Foundation
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
You need to bind the component to the backing bean instead of obtaining it from the view root. Use the 'binding' attribute of the component to bind it with its component representation, the HtmlTabbedPanel.
I have part of the Tabbed Panel from existing jsp page. I need to add a new tab to this existing TabbedPanel on click of a row in Table. Could you give me some more hint or code example of doing this using the backing bean ?