Rich TabPanel's getters invoked when tab content not rendered
I have a question about RichFace's (3.3.3) TabPanel. I have worked on two projects that have used the TabPanel. On each project, I have noticed that components that are on tabs that are not visible still have their "getter" methods called. For example, the first tab has a datatable on in and any time requests are made from any of the other tabs (including ajax requests) the bean that is bound to the datatable on the first tab still has its getter called. I assume this happens (even though the tab is currently not rendered in the UI) because the component is still in the component hierarchy? In