Is it possible to add a enable property to a tab?
Currently there is the rendered property too completly hide a tab, but actually we want to show that there is a tab, but the user should not be able to get in it or click on it.
Otherwise we have to send false to all enable properties of the elements IN the specific tab.
yes there is no ENABLED on TABBEDPANETAB. There are certain reasons (e.g. if the user already is on a TAB and then this changes to disabled: what's about the content?).
So: you need to disabled all components, or you take the content out (have one central PANE as content in the TABBEDPANETAB, and set this to RENDERED=false).