You need to sign in to do that
Don't have an account?

Page Transition inside a TabPanel's tab body
Hi,
I have created a tabpanel and tabs inside that. On click of a tab I am loading a page usind <apex:include pageName="sample"/> where in sample page has got a commanButton on click of which another page is loaded, pagex but it is loaded in a different tab/ window. I want it to be open in the same tab body. How can I do it?
Thanks in advance