I haven’t tried that

Post the solution if it works J

 

Best Regards,

________________

Saurabh Raisinghaney


From: Gal Kirpichnikov [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 17, 2006 11:21 AM
To: 'MyFaces Discussion'
Subject: RE: Tree2 editting from other JSF page

 

Thanks, but I’m talking about the opposite event: change in “detailedFrame” effects the tree,

Do you have idea?

 

Best regards,

 


From: Saurabh Rasinghaney [mailto:[EMAIL PROTECTED]
Sent: ג 17 ינואר 2006 18:38
To: MyFaces Discussion
Subject: RE: Tree2 editting from other JSF page
Importance: High

 

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]
Sent: Tuesday, January 17, 2006 2:25 AM
To: '[email protected]'
Subject: Tree2 editting from other JSF page

 

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,


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________

Reply via email to