Partial postback in JSF

I have written one JSF page which contains a header file, foolter file and a treeview in left side and a Tabbed pane in right side. When any node of a treeview is selected, the whole page is posted back. I want only a right hand side Tabbed pane should be refreshed and not the whole page. How can I achieve this?

[320 byte] By [DSAa] at [2007-11-26 16:17:56]
# 1
Can Anyone help me in this?
DSAa at 2007-7-8 22:41:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

You're using MyFaces/Tomahawk? You cannot do this with those components. Create your own tabbed panel component. Or decide to use AJAX for JSF. I know ICEFaces has such a dynamic loading tabbedpanel component. Also see the "Tab Set Panel" in http://component-showcase.icefaces.org/component-showcase/

BalusCa at 2007-7-8 22:41:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...