in my pge i have this :
<p:layout style="min-width:1400px;min-height:600px;" id="layout">
<p:layoutUnit position="west" resizable="true" size="300">
a tree ...
</p:layoutUnit>
<p:layoutUnit id="center" position="center" size="800">
tabs ..
</p:layoutUnit>
</p:layout>
when a user selects a tree node i should display the selected node information in a tab component and this tab is located in the layoutUnit positionned in the center (id="center") initially this layoutUnit should be empty Any idea how to do it ?