Hi
I am trying to implement tabs using t:TabbedPanelPane. My tabbedpanelpane contains 3 tabs and each of these three tabs include a separate jsp page. In order to include a jsp page i am using f:subview tags. What I want to implement is that when one of the tab is being displayed, jsp files in other tabs must not be included
i.e. only one jsp file in the selected tab should be presented. I think this can be implemented using a f:subview tags for each panel and setting its rendered=false through some bean property on a tabChangeListener:processTabChange event.
So I coded it out but somehow on every tab change the properties returned are always false (the default value) and the change of properties in processTabChange function are not considered or are overwritten. I dont know why this is happening. Can anybody give some ideas.
I can include the code as well.
Best Regards
Hassnain

