my code:
<h:form id="form">
<p:tabView dynamic="true" id="tabform" orientation="left">
<p:tab id="tab1" title="Tree">
<p:growl id="messages" showDetail="true" />
<p:panel style="float:left">
<p:tree value="#{treeBean.root}" var="node" dynamic="true" cache="false"
selectionMode="single" selection="#{treeBean.selectedNode}" id="tree" >
<p:ajax event="expand" update=":form:tabform:tab1" listener="#{treeBean.onNodeExpand}" />
and i have an error: http://i283.photobucket.com/albums/kk308/breakbk/Untitled-1.jpg
please explain to me why, thank for any suggestion :)