Hi, So if I understood you correctly you are using a t:panelTabbedPane with serverSideTabSwitch="false" right? Inside you have a dropdown-menu which triggers a partial update of a contained panel group.
If you do not touch the drop-down and click on a tab it stays on the client-side, but if you changed the dropdown value and afterwards click on a tab the page gets submitted? if that is the case, could you look into the generated HTML and tell what the onclick-Handlers of the Tab-buttons contain? regards Ernst On 2/12/07, Laurentiu Trica <[EMAIL PROTECTED]> wrote:
Hi I use a tabbedPanel on the client side and a PPRPanelGroup to update a field. The problem I encountered is when I change a combobox that triggers the update of that field. It works fine. But then, when I want to change the tab, even if it is on client side, the page is refreshed (the new tab is indeed selected). Anyone encountered this problem before? Is it an issue? Or is there something I am doing wrong? Thank you. -- Best regards, Laurentiu

