I have it like that, but there seems to be another problem which causes this behavior, I will try to isolate the problem to nail it down
whether it is my code or the tabbed pane.

Werner




Philipp Ahlner wrote:
Hi Werner!

You should enclose your x:tabbedPane - tag in a x:form like this:

<h:form>
                <x:panelTabbedPane>
                        <x:panelTab id="tab1">
                         .....
                         </x:panelTab>

                        <x:panelTab id="tab2">
                         .....
                         </x:panelTab>
                 <x:panelTabbedPane>
</h:form>



Reply via email to