|
I haven’t tried that Post the solution if it works J Best Regards, ________________ Saurabh
Raisinghaney From: Gal Kirpichnikov
[mailto:[EMAIL PROTECTED] Thanks, but I’m talking about the opposite
event: change in “detailedFrame” effects the tree, Do you have idea? Best regards, From: By setting the target to the second page u
can do that Eg: see target in facet <f:facet name="job-ticket">
<h:panelGroup>
<h:commandLink immediate="true" styleClass="#{t.nodeSelected ? 'documentSelected':'document'}" target="detailFrame" action="#{treeBacking.processDetailView}" actionListener="#{treeBacking.processAction}">
<t:graphicImage value="../images/blue-folder-open.gif"
rendered="#{t.nodeExpanded}" border="0"/>
<t:graphicImage value="../images/blue-folder-closed.png"
rendered="#{!t.nodeExpanded}" border="0"/>
<h:outputText value="#{node.description}" styleClass="nodeFolder"/>
<h:outputText value=" (#{node.childCount})" styleClass="childCount" rendered="#{!empty node.children}"/>
<f:param name="docNum" value="#{node.identifier}"/>
</h:commandLink>
</h:panelGroup>
</f:facet> Best Regards, ________________ Saurabh
Raisinghaney From: Gal Kirpichnikov
[mailto:[EMAIL PROTECTED] Having two JSF pages on screen (the
controller and the second in iframe of the first), How can I change Tree2 component content,
expansion, selection of node as a result of application activity at JSF page
located in the iframe? Thanks,
|

