Hello Bernd,
here's a (very simple) example:
<f:view>
<tc:page id="testPage" width="300px" height="200px">
<tc:tabGroup switchType="reloadTab">
<tc:tab id="tab1" label="Tab1">
<tc:out value="Tab1"/>
</tc:tab>
<tc:tab id="tab2" label="Tab2"
rendered="false">
<tc:out value="Tab2"/>
</tc:tab>
<tc:tab id="tab3" label="Tab3">
<tc:out value="Tab3"/>
</tc:tab>
</tc:tabGroup>
</tc:page>
</f:view>
Tab 2 is not rendered and you can't activate Tab3.
Regards
Helmut
>
>Hello Helmut,
>
>can you send an example page, please.
>
>Regards
>
>Bernd
>
>H. Swaczinna wrote:
>> Hi,
>>
>> I've a tabGroup with some tabs and one the tabs has rendered="false"
>> (for example a user has no right to see this tab). Then you can't
>> activate a tab which is right of the the tab not rendered.
>> Clicking on the tab has no effect. Seems to be a bug in Tobago.
>>
>> Regards
>> Helmut
>>